Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Duplicate records
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00692489
Message ID:
00692494
Views:
28
SELECT Keyfiled, COUNT(*) AS dups ;
  FROM mytable ;
  GROUP by 1 ;
  HAVING dups > 1



>Hi,
>
>Could someone remind me of the SQL syntax to identify duplicate records.
>My head is not working today.
>
>Thanks, J
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform