how to delete all duplicate records from a table using
subquery?
Answer Posted / edara satish
delete from
<<table_name>>
where rowid in
(select a.rowid
from <<table_name a,table_name b>>
where a.colname = b.colname
b.colname2 = b.colname2
......
...
a.colnamen = colnamen
order by .... desired colnames)
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How to check the oracle tns settings?
What are set operators?
Assuming that you are an End User How to find that in the payment Batch some of the Invoice was Missing To pay How to find That??
What is the use of oracle?
What is the difference between truncate & delete command?
What is dual table oracle?
what is the need of indexing topic in oracle? where do we use in a Java project? any other option other than using this to get the same result where we use indexing ?
What is the difference between $oracle_base and $oracle_home?
In SAP ECC 6.0 , under DB02 tcode , Tablespace name to be explain stepy step all the col
How to Truncate Table in Oracle
I creat Credit memo in AR. Now i want revers the Credit Memo.how you can revers that what out any aditional entry.
What are the components of logical database structure in oracle database?
What is tns name?
How do I spool in oracle?
Explain oracle’s server parameter file.