Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple Joins
Message
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Autre
Titre:
Versions des environnements
SQL Server:
SQL Server 2005
Application:
Desktop
Divers
Thread ID:
01443836
Message ID:
01443845
Vues:
34
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform