Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL - Select
Message
De
29/01/2003 11:43:09
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00746724
Message ID:
00746747
Vues:
21
Ah yes, that would help :)

Kev

>Let's also alias the columns returned:
>SELECT Project, a.eocname Owner, ;
>  b.oecname Engineer, c.oecname Contractor;
>  FROM Table2;
>  LEFT JOIN Table1 a;
>    ON Table2.Owner = a.oecid;
>  LEFT JOIN Table1 b;
>    ON Table2.Engineer = b.oecid;
>  LEFT JOIN Table1 c;
>    ON Table2.Contractor = b.oecid;
>  INTO CURSOR crsResults NOFILTER
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform