Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not Equal To ?
Message
 
 
To
26/04/2010 15:14:41
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01462078
Message ID:
01462085
Views:
45
>>
>>You may want to use NOT EXISTS subquery:
>>
>>
>>select otest.*, othtest.* ;
>>from mainbase!otest  ;
>>Inner Join mainbase!othtest on ;
>>otest.id=othtest.id ;
>>where not exists (select 1 from othClients Cl where Cl.fname=otest.fname)
>
>
>ok i see that the '1' is a column but did CL take on the table name?

Did you want to find all records that don't have corresponding names in OthClients table? I used Cl as an alias for that table.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform