Write an SQL Query to
Delete Duplicate records from a table using ROWID.

Answer Posted / venki_discussions

delete from table (table name.a) where
rowid not in(select min(rowid) from (table name.b)
group by (column name);

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?

637


how can develope the po variance and po summary report? with tables mandatory columns and query please?

1976


what are the prerequisites for costing transactions?

2635


What is sca and how is it useful?

660


where to define interorganization transaction charges and what are the different options?

1952






testing tools?

1752


what is the difference between request group and request security in oracle apps?

5049


is it possible to run the interface without using oracle apps?

1517


What is instead of trigger in where we will use?

676


What do you understand by concurrent programs?

619


How to create a purchase order without a requisition?

630


What do you understand by soa?

693


In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.

2466


Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?

1688


How can a process be deployed in soa?

700