How to delete duplicate records if we have huge volume of
records in a table ?
(rowid is not the correct approach)

Answer Posted / chandu

select * from from <table_name> where rowid not in(select
min(rowid) from <table_name> group by column(primary or
unique key column))

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the main issues while working with flat files as source and as targets ?

953


What are different types of transformations available in informatica?

786


How can we improve session performance in aggregator transformation?

916


server hot-ws270 is connect to Repository B. What does it mean?

2183


define galaxy repository in informatica

1971


What is the function of union transformation?

878


What can we do to improve the performance of informatica aggregator transformation?

886


In which transformation you cannot drag ports into it?

1075


Differences between connected and unconnected lookup?

908


Under what condition selecting sorted input in aggregator may fail the session?

907


How you prepared reports for OLAP?

1379


Explain the shared cache and re-cache?

865


How to delete duplicate row using informatica?

830


Explain informatica architecture - version 8 / 9

883


What is the fact table?

812