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

How to use AngularJs with MVC C#

Tricky SQL Interview Questions

Add Custom Tags in Web config file in ASP .Net