Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple SQL question
Message
 
À
07/06/2001 08:28:00
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:
00516321
Vues:
16
Daniel thanks, I am just getting to really understand SQL now. and love getting these pointers.
Bob Lee

>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!!
In the beginning, there was a command prompt, and all was well.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform