how to delete duplicate rows from a specified table(only
single table)
how do you know which join is need to be used
Answer Posted / raghavendraprasad
delete from table_name where rowid not in (select max
(rowid) from table group by duplicate_values_field_name);
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is a view? : Sql dba
What are the constraints available in sql?
What are the types of dbms?
What is the difference between between and in condition operators?
What are the possible values that can be stored in a boolean data field?
What is the purpose of the partition table?
Write a query to find the names of users that begin with "um" in sql?
how to rename an existing table in mysql? : Sql dba
How do I count records in sql?
What is sql*loader?
What is the difference between row level and statement level trigger?
What are the datatypes available in pl/sql ?
Is sql low level language?
Does varchar need length?
What do you mean by dbms? What are its different types?