Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding duplicated records
Message
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00010389
Message ID:
00010396
Views:
38
Dear Luis, I have found the following way very helpful to find duplicates. SELECT CNT(*) AS nCount, * ; FROM [Table] ; ORDER BY [The fields you want to check for dupicates ie. nCustId, cCustName,,,,] ; HAVING nCount > 1 This will give you a query table displaying all duplicated records. Stephan stephan.nilsson@trenob.se
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform