Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL
Message
De
07/08/2000 19:07:02
 
 
À
07/08/2000 19:00:19
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: SQL
Divers
Thread ID:
00401994
Message ID:
00401996
Vues:
20
>How do I write sql code that takes a list of items from one table and compares them to a list in another table and gives a list of items of the first table that found no matches? Thanks for the Help.
SELECT * FROM firsttable ;
       WHERE keyfield ;
       NOT IN (SELECT keyfield FROM secondtable) ;
       INTO CURSOR mylist
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform