Delete duplicate rows from the table using row_number()


/ Published in: SQL
Save to your folder(s)

To remove the duplicate rows from table we may have used several ways.

In SQL Server 2005 has the feature to delete the duplicate rows within single query.

URL: http://www.sqlservercentral.com/scripts/duplicate+rows/71078/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.