Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / swati

DELETE FROM <table_name> T1
WHERE T1.ROWID > (SELECT MIN(T2.ROWID)
FROM <table_name> T2
WHERE T2.<common column name> = T1.<common
column name>)

----------------------------

DELETE FROM <table_name> T1
WHERE T1.ROWID < (SELECT MAX(T2.ROWID)
FROM <table_name> T2
WHERE T2.<common column name> = T1.<common
column name>)

Is This Answer Correct ?    19 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a value set? List its various types.

1036


what is pay run id ?

2127


What do you understand by soa and what are the benefits of using this architecture?

1027


What do you understand by soa?

1100


How to move the one file from one instance to another instance? And your scripts also?

1068


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

1041


What is count(*) from po_vendors(any table)?

1035


how can i print random rows in plsql table

2415


How is choreography different from orchestration?

1086


Are you familiar with internet architecture of oracle apps 11i?

1015


In oracle application how do you debug or trace errors?

1053


Can you explain the difference between architecture followed in 10g & 11g?

1019


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

2826


how to print multi lay outs,muti currency,muti language in xml publisher

12152


What are the benefits of using soa architecture?

1180