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 are the technical features of MySQL?
What is tee command in mysql?
What is the difference between unix timestamp and mysql timestamp?
What causes mysql too many connections?
What is a result set object?
why not null is not allowed at table level
What is processlist in mysql?
What is sqlyog?
What are the critical issues you have resolved in your company
How to Set a root password if there is on root password.
What is schema in mysql?
How to concatenate two character strings?
What do you understand by mysql terminal?
How does php communicate with mysql?
How to use in conditions?