Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Joins
Message
 
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Environment versions
SQL Server:
SQL Server 2005
Application:
Desktop
Miscellaneous
Thread ID:
01443836
Message ID:
01443845
Views:
35
This message has been marked as the solution to the initial question of the thread.
>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

See also JOINS and a link from there
http://www.codeproject.com/KB/database/Visual_SQL_Joins.aspx
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform