how to delete all duplicate records from a table using
subquery?
Answer Posted / maninder
delete from abc where rowid not in (select max(rowid) from
abc group by column_name_with_dup.values.);
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What is a Garbage Collection? and what is full recursive Garbage collection?
Why do you use stored procedures and state some of its disadvantages?
Explain an exception and its types?
How to insert a new row into a table in oracle?
How to increment dates by 1 in oracle?
Explain oracle 12c new features for developers?
How to run create database statement again?
How to open a cursor variable?
How to load excel data sheet to oracle database
What are the different oracle database objects?
How to change system global area (sga) in oracle?
Explain the use of grant option in imp command.
How to connect the oracle server as sysdba?
What are the different types of partitions in oracle?
What is bulk load in oracle?