Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple SQL question
Message
De
07/06/2001 12:50:01
 
 
À
06/06/2001 23:52:01
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00516134
Message ID:
00516456
Vues:
10
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!!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform