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
What is pragma autonomous_transaction?
How to delete a database from mysql server.
How many rows can be inserted in mysql at a time?
What is the difference between float and double?
How to returns the columns and column information pertaining to the designated table.
How can you retrieve a portion of any column value by using a select query?
What is timestamp in mysql?
What is the difference between mysql_connect and mysqli_connect?
Why mysql is so popular?
How to create a new table in mysql?
why not null is not allowed at table level
What is current version of mysql?
How do I quit mysql?
How do I exit mysql?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?