Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting records from two different tables in one query
Message
De
15/03/2010 09:18:12
 
 
À
15/03/2010 09:00:55
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01454516
Message ID:
01454521
Vues:
53
>>Hello!
>>I was just wondering if i can write a query that selects all the data not found in another table. like
>>select *
>>from table
>>where 100 is in one table... but not in the other table
>>?
>
>
select * from table1 where myField not in (select myField from table2)
>Cetin
oh thanks~!
u >all
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform