Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting records from two different tables in one query
Message
From
15/03/2010 09:18:12
 
 
To
15/03/2010 09:00:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01454516
Message ID:
01454521
Views:
52
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform