Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Statement
Message
From
26/01/2007 11:12:21
 
 
To
26/01/2007 11:10:31
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01189670
Message ID:
01189672
Views:
6
>I get this situation alot and have not found an easy way to deal with it.
>
>Given the following situation: Table A contains the following data in field "name": Bill, Frank, Sany , James.
>
>And Table B contains the following data in field "name": Sandy, Frank
>
>Is there a sql statement that says give me everything in Table A that is not in Table B? So result the of the abocve example would be Bill, James

Select * From tableA where name not in (Select name from tableb)
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform