Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File to file
Message
De
05/07/2001 09:16:03
 
 
À
05/07/2001 09:02:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00526901
Message ID:
00526907
Vues:
13
>I have 2 large files, one file of incomming orders and one file of outgoing orders. They are keyed on the same ID field, a unique integer.
>
>Id like to check and make sure all the items in the input file have a match in the output file. Is there a clean SQL method to find items in one file and not another?
>
>
>TIA
>Chris

select * from inp where IDfld NOT IN (select IDfld from outp)
Len Speed
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform