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:
00010441
Views:
36
>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
Thanks a lot for your help Stephan.
Luis Guzman, MCP
"The only glory most of us have to hope for
is the glory of being normal." Katherine Fulleton Gerould
Previous
Reply
Map
View

Click here to load this message in the networking platform