how to delete duplicate rows in sql server 2005?
Answer Posted / balaji
alter ignore table <tablename> add unique key
(field1,field2,....);
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
In which format data is stored in mysql database?
What is mysql procedure?
Write a query to display current date and time?
How to find second highest salary from a table?
What is slow query log in mysql?
How to create trigger in mysql phpmyadmin?
How can I change database in mysql?
What is mysql url?
Is mysql a nosql database?
How do I restore a database in mysql workbench?
How to make a column bigger and delete unique from table.
Is mysql easy to learn?
How to get current MySQL version?
What is 'mysqlimport'?
How do I completely remove mysql from windows?