Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Best way to check a table for duplicates???
Message
De
12/02/2002 15:58:54
 
 
À
12/02/2002 15:51:12
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:
00619123
Vues:
21
Lets just do one thing to a time, that might make it easier.

To make a cursor with the records that are duplicated, do the following:
select * from sales group by dob, last_name, first_name into cursor dupsales

That will show you those folks that placed multiple orders. Does that work ok?
--Todd Sherman
-Wake Up! Smell the Coffee!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform