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:
00010441
Vues:
38
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform