i want to remove records which are repeated more then once.
i have one table having three columns.In this table lot of duplicate records are there.
i want to delete all the duplicate records.for example i created one table i put
some sample records.please find the sample records.
id no sequence
35 35432 1
35 35432 2
35 35432 3
36 35432 1
i want to delete all the records of id=35.i want the record of only id=36.
ramjiPosted Oct 12, 2015, 3:23 AM
sanjay pawarPosted Oct 12, 2015, 3:18 AM
ramjiPosted Sep 24, 2015, 6:06 AM
Raja TPosted Sep 24, 2015, 6:02 AM
http://www.dotnet-tricks.com/Tutorial/sqlserver/IL3S290812-Remove-duplicate-records-from-a-table-in-SQL-Server.html
http://www.besttechtools.com/articles/article/sql-query-to-delete-duplicate-rows
http://www.codeproject.com/Articles/157977/Remove-Duplicate-Rows-from-a-Table-in-SQL-Server
Manas MohapatraPosted Sep 24, 2015, 5:58 AM
ramjiPosted Sep 24, 2015, 5:55 AM
Raja TPosted Sep 24, 2015, 5:53 AM