Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select from table 1 where NOT IN Table 2
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00290304
Message ID:
00290330
Vues:
16
>>Does Fox SQL Syntax allow for following?:
>>
>>SELECT table1.orderid FROM table1 WHERE table1.orderid NOT IN table2.orderid
>>
>>Thanks,
>Try it like this:
>
>select table1.orderid from table1 where table1.orderid not in (select table2.orderid from table2)
>
>Good luck! :-)

Woiks like a chahm!! Leaves me grinnin' from ear to ear. Thanks!!
Jim Finger
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform