Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use subquery
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
How to use subquery
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01514285
Message ID:
01514285
Vues:
141
I am trying to figure out how to use a subquery in the following example:

Table1
PK_FLD, TASK_NO

Table2
TASK_NO, FLDA, FLDB

I want the resulting query to have as many records as there are in Table1 adding columns FLDA and FLDB from
Table2 according to the matching TASK_NO.

My attempt at this query is as following
Select Table1.PK_FLD, Table1.TASK_NO, T2.FLDA, T2.FLDB from Table1 where (select * from Table2 where 
TASK_NO = Table1.TASK_NO) T2 
But I get error of incorrect use of subquery. What am I missing? TIA.
"The creative process is nothing but a series of crises." Isaac Bashevis Singer
"My experience is that as soon as people are old enough to know better, they don't know anything at all." Oscar Wilde
"If a nation values anything more than freedom, it will lose its freedom; and the irony of it is that if it is comfort or money that it values more, it will lose that too." W.Somerset Maugham
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform