Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I find duplicate records?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00431045
Message ID:
00431053
Views:
15
>>I'm switching an index to a primary and am getting a duplicate index message. How can I find the duplicates amoung 1000's without
>>looking through them all?
>
>Select IDField, count(IDField) as nCount
> from MyTable
> group by IDField
> having nCount>1


Thanks very much!
Previous
Reply
Map
View

Click here to load this message in the networking platform