Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

urgent request

Hi,

As I have a qvd that has the same record twice like if the orginal recrod like 100 means it has 200 how to remove the duplicate records

pls advice

4 Replies
Not applicable
Author

Hi,

Use Distinct() method to load originals only without duplicates in the script.

for ex:

Load Distinct(id)

from table;

This may help you.

-Charitha.

tresesco
MVP
MVP

Load Distinct

engishfaque
Specialist III
Specialist III

Dear Chriss,

Kindly, find attached document.

Kind regareds,

Ishfaque Ahmed

noman212
Creator III
Creator III

Hi

You can use incremental load to avoid duplication in records if your database update on daily basis...

otherwise use distinct as mentioned in above reply.