Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Joining three $&*&^*&!#@!! tables
Message
From
25/10/1999 21:56:19
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00281343
Message ID:
00281361
Views:
15
Hi Chris,

>I've been trying to join three tables for the past four hours, and it's time to pull the ol hair out! I must be missing something (apart from the hair that is)...

Is this helpful:
select *
from a ;
left join b on a.account_no = b.account_no ;
left join c on a.account_no = c.account_no ;
into cursor temp
Previous
Reply
Map
View

Click here to load this message in the networking platform