how to delete duplicate rows in oracle and retaining last duplicate rows
780676Jun 10 2011 — edited Jun 10 2011Hi,
I'm having millions of records in the table .Some duplicate values/rows are inserted in it.
I just want to delete duplicate rows but also want to retain the last duplicate row.
For eg if one record is found three times ,i want to delete first and second record and retain
the third one i.e the last inserted one.
Regards
Paramdeep Singh