Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding omitted records from 2 tables
Message
 
 
To
15/04/2002 15:15:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00645143
Message ID:
00645146
Views:
11
>Hello
>
>i have two tabels correct02.dbf and correct01.dbf that should contain the same number of records; however, one (correct01.dbf) is two records short. How can I find out which two records were omitted.
>
>Txs
SELECT * FROM correct02 ;
  WHERE keyfield NOT IN ( SELECT keyfield FROM correct01)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform