Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to check a table for duplicates???
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00619081
Message ID:
00619088
Views:
19
Hello,

I use an SQL select to grab my duplicates. This may start you off down the right road.
SELECT * from YOURTABLE into cursor YOURCURSOR GROUP BY &cPrimaryKey HAVING COUNT(*)  > 1
Hope this helps.
Bryan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform