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...

How will you delete duplicate records from a table?

Answer Posted / naresh.s

in DB2
first we need to know duplicate records in database file
like tmpfilep ,for that

select RRN(A) from tmpfilep A where field='fieldvalue'

here field means any fileld containd tmpfilep and
corresponding value.

once we execute the above query we will get relative record
numbers of each row and remember that numbers
now you can delete records based on these numbers

delete from tmpfilep A where rrn(A) in (234,341,642)

here 234,341,642 are sample record numbers

may be i am correct upto my knowledge.......

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define declaration generator (dclgen).

1172


How to view db2 table structure?

1063


What is host variable in db2 cobol?

1133


How does cobol compile db2 program?

1128


What is database alias db2?

1177


How can you validate Sql errors during cursor operation in db2 pgms and where do you code?

2266


What is cursor with hold option in db2?

1135


what is db2 restart?

2213


What is a db2 tablespace?

1118


On which levels locks can be applied?

1202


What is buffer pool and list some of them?

1092


what is the sqlcode -501

13306


What is the syntax for FETCH in DB2 ?

1267


Which command is used to remove all rows from a table?

1178


What are host variables in db2?

1121