Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Joins on multiple tables
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01070900
Message ID:
01070984
Vues:
15
I figured it out. Guess its useful to try the query designer. This is what I came up with:
SELECT Cteam.team_key, Cemployeelookup.elu_eid, Clookup.lup_value;
 FROM ;
     cTEAM Cteam ;
    INNER JOIN  CEMPLOYEELOOKUP Cemployeelookup ;
    INNER JOIN CLOOKUP Clookup ;
   ON  Clookup.lup_id = Cemployeelookup.elu_type ;
   ON  Cteam.elu_id = Cemployeelookup.elu_key
Thanks,

Marcel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform