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 unsigned in mysql?
What is difference between mysql_connect and mysql_pconnect?
What do ddl, dml, and dcl stand for?
What is action query?
Can you tell how to find the number of rows in a resultset using php?
What is mysql in linux?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
How to calculate the difference between two time values?
I want to find out all databases starting with ‘test’, I have access to?
How do you backup a database in mysql?
What is deterministic in mysql?
How to delete a trigger in mysql?
How do I select a database in mysql workbench?
Can u give the example by taking an unnormalized table and make that 1nf and then 25nf, and then 3 nf?
What is the maximum number of columns per table?