Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
In A, but Not in B
Message
From
13/09/2004 18:51:15
 
 
To
13/09/2004 18:01:41
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00941740
Message ID:
00941746
Views:
6
>Can I have a view in VFP using SQL remote view data and VFP data?
>
>I have SQL table A with primary key ID (integer).
>
>I have VFP table with key XID (integer)
>
>I want a join that shows any record in A that is NOT in B

Does
SELECT * FROM a WHERE id NOT IN (SELECT xid FROM b)
do the trick???
Previous
Reply
Map
View

Click here to load this message in the networking platform