Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Joining three tables (2 twice) with a left outer join
Message
De
11/01/2000 08:51:14
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00315817
Message ID:
00316108
Vues:
25
>
select ...
>   tbl1.field_value as padmis,;
>   tbl2.field_value as adpriv ;
>   left outer join table_add_detail as tbl1 ;
>      on .. = tbl1.unique_id and tbl1.field_name = "padmis" ;
>   left outer join table_add_detail as tbl2 ;
>      on .. = tbl1.unique_id and tbl1.field_name = "adpriv" ;
> '''
David,

It looks like the clue I needed is in the above syntax. I'll give it a shot later this morning and let you know how I made out! Thanks for your help man.
--Todd Sherman
-Wake Up! Smell the Coffee!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform