Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding Duplicate Record
Message
From
19/11/1997 11:26:23
 
 
To
19/11/1997 11:13:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00061150
Message ID:
00061160
Views:
47
>What is the best method to identify duplicate records in a table?
>In this case there is approx 1.5 million records and i need to look at
>each field.
>
>your help will be appreciated.

This command will collect duplicated field1 and filed2 values:
Select field1,field2 ;
From Table1 ;
Group By field1,field2 ;
Having count(*)>1
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform