Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File to file
Message
From
05/07/2001 09:16:03
 
 
To
05/07/2001 09:02:35
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00526901
Message ID:
00526907
Views:
12
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform