Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I find duplicate records?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00431045
Message ID:
00431053
Vues:
17
>>I'm switching an index to a primary and am getting a duplicate index message. How can I find the duplicates amoung 1000's without
>>looking through them all?
>
>Select IDField, count(IDField) as nCount
> from MyTable
> group by IDField
> having nCount>1


Thanks very much!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform