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
How many rows we can insert in a mysql table?
What is data types in mysql?
How to run a sql statement?
How to create table show example
How large can a mysql table be?
Can mysql and mariadb coexist?
What is the limit of mysql database?
How you will show all data from a table.
How can we convert between Unix & MySQL timestamps?
What is mysql server used for?
What is mysql shell?
What is a crosstab query?
What is the usage of regular expressions in mysql?
How do you create a new database in mysql?
What is mysqlcommand?