Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Joins
Message
From
13/01/2010 17:09:38
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Multiple Joins
Environment versions
SQL Server:
SQL Server 2005
Application:
Desktop
Miscellaneous
Thread ID:
01443836
Message ID:
01443836
Views:
92
Hi:
How does the system join the multiple tables? Basically I need some visualization. I already tried the SQL Execution but I can’t understand. I found something in the web however his examples are all single joins http://blog.sqlauthority.com/2009/04/13/sql-server-introduction-to-joins-basic-of-joins/.
select *
from table1 t1
left outer join table2 t2 on t1.co1 = t2.co1
left outer join table3 t3 on t2.co1 = t3.co1
left outer join table4 t4 on t3.col = t4.col
Please advise.

Thanks,
Jan
Next
Reply
Map
View

Click here to load this message in the networking platform