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

Add Custom Tags in Web config file in ASP .Net

SQL Server Failover Clustering in SQL Server 2016 with DNS in Azure

How to use AngularJs with MVC C#