Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
In A, but Not in B
Message
De
13/09/2004 18:51:15
 
 
À
13/09/2004 18:01:41
Joel Hokanson
Services Integration Group
Bellaire, Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00941740
Message ID:
00941746
Vues:
5
>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???
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform