how to find find & delete duplicate rows from two different
tables?
Answer Posted / pravin jadhav
delete from table_name where rowid not in (select max(rowid) from table group by
duplicate_values_field_name);
or
delete duplicate_values_field_name dv from table_name ta where rowid <(select min(rowid) from
table_name tb where ta.dv=tb.dv);
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Give the various exception types.
In AP we done Customizations for Late Payments Charges. For Reporting Purpose What are the Documents Prepared for Customer Understanding??
Can a parameter be passed to a cursor?
How to empty your oracle recycle bin?
How to execute a stored program unit?
How to apply filtering criteria at group level in oracle?
What are advantages of dateset in datastage?
you are a universe designer and report developer in BO, what type of information you gather from client?Briefly explain plz
What are the oracle built-in data types?
What is dual table oracle?
Explain a private synonyms?
How to start an oracle instance?
How do I manually uninstall oracle client?
Differentiate between pre-select and pre-query?
How do we get field details of a table?