Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple SQL question
Message
From
07/06/2001 12:50:01
 
 
To
06/06/2001 23:52:01
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00516134
Message ID:
00516456
Views:
9
This message has been marked as a message which has helped to the initial question of the thread.
mySQL may not allow subqueries... check the docs...

You could also try this syntax which is a little different...

SELECT a.UserID
FROM a
LEFT OUTER JOIN b on a.UserID = b.UserID
WHERE b.UserID is null


>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!!
Previous
Reply
Map
View

Click here to load this message in the networking platform