Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I find duplicate records in a table
Message
 
 
À
17/12/2008 12:24:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Divers
Thread ID:
01368200
Message ID:
01368250
Vues:
14
>Is it possible to find only duplicate records using Stonefeild Query?

I think you may need to use Advanced step to create your query, which is simple in itself.

select myTable.* from myTable inner join (select Dupfield, count(*) as Dups from myTable group by myDupFields having Dups>1) Dups on myTable.DupField = Dups.DupField
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform