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

Answer Posted / ravi kant yadav

Delete from table_name where ROWID not in ( select
max(rowid) from table group by duplicate_values_field_name);

Regards
ravi

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can we get profile values in report without using user exists is it possible how?

2323


How is choreography different from orchestration?

655


testing tools?

1756


What is oracle soa suite?

768


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

639






what is the differences between internal requisition and internal sales order?

2162


How can we import the data into a database using sql * loader?

682


Do you know what are user profiles in apps. Any examples you can give?

665


Can you define an erp system?

682


Do you know where we can check the status of po?

642


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

1959


What do you understand by soa?

696


what are the balancing segments in AR?

1653


How to create a purchase order without a requisition?

632


What are the different components of soa suite?

726