Delete Duplicate Rows in SQL Table

Suppose you have a table and in that table there is this type of duplicate entry then you will have to remove one of entry.
Then You can do it by this command

Delete Top(1) form table_name where id=1

Comments

Popular posts from this blog

DTS package conversion in SSIS to use in SQL 2012 and SQL 2016

Infinite Scroll in Asp.Net C# using Javascript without Third party Plugin

Add Custom Tags in Web config file in ASP .Net