Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FoxPro - no subqueries?
Message
 
À
15/07/1998 13:03:58
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00117676
Message ID:
00117681
Vues:
22
>>I was trying to do a query like in the Visual FoxPro help file but got the "SQL - Subquery is invalid".
>>
>>code: select journal.summaryid from journal where journal.summaryid in (select main.summaryid, main.submitter from main where keywords like "%11B%")
>>
>>Thanks.
>Subquery should select one field here:
>select journal.summaryid from journal ;
>      where journal.summaryid in ;
>      (select main.summaryid from main where keywords like "%11B%")
Cetin
Thanks. That is working. Now, how can I get other information our from both the Journal and Main tables?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform