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
Can a foreign key be a duplicate?
How does sql*loader handles newline characters in a record? : aql loader
what are the limitations of identity column? : Transact sql
How many types of triggers exist in pl/sql?
How many triggers can be applied to a table?
What is an exception in PL/SQL? What are the two types of exceptions?
What does joining a thread mean?
What is where clause in sql?
What is hibernate and its relation to sql?
How do I edit a stored procedure?
Why use triggers in sql?
What does pl sql stand for?
What do you think about pl/sql?
What are the possible values for the boolean data field?
What is ttitle and btitle?