Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to check a table for duplicates???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00619081
Message ID:
00619088
Vues:
20
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform