how to delete duplicate rows in sql server 2005?
Answer Posted / balaji
alter ignore table <tablename> add unique key
(field1,field2,....);
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is innodb_buffer_pool_size?
How to show all records starting with the letters 'sonia' and the phone number '9876543210'
how to display nth highest salary from a table in a mysql query? : Mysql dba
How do I start mysql manually?
What is field in mysql?
What are the disadvantages of mysql?
How do you create a schema?
Can we create table in stored procedure?
What is 'mysqlcheck'?
all the queries used in sql
What is join in mysql? What are the different types of join?
How do I import database through command line?
Is mysql and sql are same?
How many ways we can retrieve the date in result set of mysql using php?
What does the file with the extension: frm, myd, and myi contain?