Forum Discussion

rohitnair's avatar
rohitnair
Copper Contributor
Mar 22, 2019

Removing Duplicates on a primary key-less table

Hi,   I tried to remove duplicates from a table which contains a primary key. It seems there are various ways to tackle this situation. I tried using CTE (Common Table Expressions) and Row_Number f...

Resources