Remove duplicate records
mohamed
Forums
Hi,
I have to remove duplicate rows from a database. It should keep first occurrence of the duplicated row in the result file. When I use duplicate key detection, it is removing all occurrence of the duplicates. Is there anyway to get unique records only from a database?
Thanks,
Shafeer
Tried to achieve the above
Tried to achieve the above requirement with steps below.
I did a summarization of the input database. Then performed a Match only join between summary database and input database. This is giving the reult database as expected.