Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL statement
Message
 
 
To
03/11/2003 11:35:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00845641
Message ID:
00845646
Views:
18
>Hi. Using VFP7. Could someone please give me a select-sql statement for the following:
>
>"Every record in database B that is NOT in database A".
>
>Thanks, Randy
SELECT * FROM tableb ;
  WHERE keyfield NOT IN (select keyfield FROM tablea)
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform