Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding dups and Deleting
Message
 
 
À
17/07/2001 16:31:23
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00531663
Message ID:
00531752
Vues:
12
>Thanks, I have a clean list.
>
>The next step is to compare this drawing/rev combo with another table that has drawing/rev records and only list those combos taht don't match.
select Drawing+Revision as DrawRevision from OriginalTable ;
where DrawRevision ;
not in (select Drawing+Revision as DrawRevision from NewTable) ;
into cursor curNotFound
Or try not exist syntax...
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