Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Duplicate records

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-04-23 : 23:53:15
Rajesh writes "Hi,

I have a lot of duplicate records in my table. Don't worry I have an identity column in this table. How can I delete the duplicate records(not considering the identity column) keeping only one by a single query?

like

ID name    addr age
1 xyz abc 27
2 xyz abc 27
3 abc abc 27
"
   

- Advertisement -