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 sharding in mysql?
What is the usage of "i-am-a-dummy" flag in mysql?
What does mysql_query return?
What is mysql server?
What is the latest version of mysql?
How can I create a database in mysql?
How do I download mysql on my laptop?
What is the difference between the LIKE and REGEXP operators?
What is difference between mysql mysqli and pdo?
What is mysql common?
What is a mysql model?
What is the purpose of using ifnull() function?
Oracle (3259)
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)