Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding duplicated records
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00010389
Message ID:
00010396
Vues:
40
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform