Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple SQL question
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00516134
Message ID:
00516245
Views:
11
This message has been marked as the solution to the initial question of the thread.
Bob,
I don't know about MySql, but if it supports outer joins, the following produces the same result:
SELECT *;
 FROM a;
  LEFT JOIN b ON a.userId=b.userId;
 HAVING ISNULL(b.userId)
HTH

>Mysql does not have a subquery feature.
> does anyone have any thoughts on a workarround ? Besides the obsious, of getting all the records of both tables, and then letting vfp do the sql statments on two local cursors. ?
>
>Bob Lee
>
>>hm.. but i only works in VFP, but returns syntax error when I put it in a mysql GUI program.. i though SQL syntax should be a standard.. any suggestion?
>>
>>thank a lot!!
Daniel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform