how to delete duplicate rows in sql server 2005?
Answers were Sorted based on User's Feedback
Answer / balaji
alter ignore table <tablename> add unique key
(field1,field2,....);
Is This Answer Correct ? | 1 Yes | 9 No |
What is DML in MySQL?
How can I see connections in mysql?
Give the syntax of Grant and Revoke commands?
What is mysql port?
What are HEAP tables in MySQL?
What is limit in mysql?
Why do we use views instead of tables?
Does uninstalling mysql delete database?
Which is faster mysql or mongodb?
How to drop an existing view in mysql?
What is slow query log in mysql?
Why phpmyadmin is used for mysql?