Delete duplicate records from the table?(Table must have
unique id)
Answer Posted / naren
delete id from table where id in(select id from table having count(id)>1)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the index requirement in SQL Azure?
What options are available to audit login activity? : sql server security
It is important form e to get the information from log files of applications executed by the task scheduler? Does sql studio save these log files? : sql server management studio
What are the extra roles available in msdb? : sql server security
What is trigger explain with program?
How to find the list of fixed hard drive and free space on server?
What is a transaction and why is it important?
How to call a function from a stored procedure in SQL Server ?
What is the library index called?
Is it possible to call a stored procedure within a stored procedure?
Explain optimistic and pessimistic concurrency?
How do I install only the client tools of sql server 2000?
What is the difference between web edition and business edition?
What is the difference between push and pull subscription? : sql server replication
Can you explain about buffer cash and log cache in sql server?