how to delete duplicate rows in sql server 2005?
Answer Posted / shashikant
distinct <column name>
from <table name>
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is mysql used for?
How do I setup mysql?
How do you shutdown a mysql database?
What is the datatype of image in mysql?
What is mysql optimization?
Is sql similar to mysql?
How can you take the backup and restore a mysql database using php?
What is difference between oracle and mysql?
How we can create index in mysql?
How can you add and remove any column of a table?
What is mysql database used for?
What are the similarities between a function and a procedure?
Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?
What is a simple query?
How do I rename a table in mysql workbench?