how to delete duplicate rows in sql server 2005?
Answers were Sorted based on User's Feedback
Answer / balaji
alter ignore table <tablename> add unique key
(field1,field2,....);
| Is This Answer Correct ? | 1 Yes | 9 No |
What is Database?
How do I know if mysql is running on windows?
Why do we use pragma autonomous transaction?
What is difference between mongodb and mysql?
Is mysql a database?
how do i list constraints in my database by using sql server2000?
How do I restore a mysql database dump file in linux?
What is the current mysql version?
How To see all the tables from a database of mysql server.
Is microsoft sql same as mysql?
Is mongodb faster than mysql?
What is data in mysql?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)