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
Which is faster mongodb or mysql?
Where is mysql used?
How many rows can mysql handle?
What is the difference between sql and mysql and oracle?
What is the limit of mysql database?
How can you count the total number of records of any table?
How to show table names with 'mysqlshow'?
What do ddl, dml, and dcl stand for?
How do I make an action query?
Is pdo faster than mysqli?
How do I find the database name in mysql?
List some comparisons operators used in mysql?
How do I transfer data from one database to another in mysql?
How to include character strings in sql statements?
How do I find my mysql username and password?