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 the difference between gui testing and database testing? : Mysql dba
What is pragma serially_reusable and why is it used?
What is row level locking in access?
How to show table structure mysql?
How to drop an existing table in mysql?
How do I create a new database in mysql?
What is pdo in mysql?
How many rows mysql can handle?
What is mysqlcheck do?
Which is faster mongodb or mysql?
How to use count function in mysql?
What are date and time functions in mysql?
Write a command with which mysql table can be repaired
What is a deterministic function?
What is the difference between myisam dynamic and myisam static in mysql?