Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Indirect join
Message
From
01/12/2006 14:07:53
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01171237
Message ID:
01174217
Views:
9
That's it. Thanks

>Try something like this;
>
>
>lcSites = addbs(fileloc) + 'bluebook\sites'
>lcERs = addbs(fileloc) + 'bluebook\ers'
>lcCEO1 = addbs(fileloc) + 'bluebook\people'
>lcTC1 = addbs(fileloc) + 'bluebook\people'
>lcTC2 = addbs(fileloc) + 'bluebook\people'
>
>** yielding something like
>select * , ers.name, tc1.name, tc2.name, ceo1.name ;
>   from (lcSites) ;
>   left outer join (lcERs) as ers on sites.er = ers.er_id ;
>   left outer join (lcCEO1) as ceo1 on sites.ceo1 = ceo1.person_id
>
>
Previous
Reply
Map
View

Click here to load this message in the networking platform