Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to select records in table a not in table b?
Message
 
To
08/05/2002 10:27:01
Michale Chen
Shijiazhuang ZhiYuan Crop.
Shijiazhuang, China
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00653989
Message ID:
00654007
Views:
16
Michale,

Is this what you're looking for?

SELECT * FROM TableA
WHERE TableA.KeyField NOT IN (SELECT FkeyField FROM TableB)
-Chuck Urwiler, MCSD, MCDBA
Previous
Reply
Map
View

Click here to load this message in the networking platform