Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Join with more than 2 tables
Message
De
09/01/2001 10:10:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
SQL Join with more than 2 tables
Divers
Thread ID:
00461136
Message ID:
00461136
Vues:
49
In foxpro and SQL server, we want to Join more than 2 tables in SQL select.
But I cann't find the document talking about this. I want to know the nested jion as well.

1. Where can we find the doc, article or book talking about those?

2. Is this the nested join? How can it work?

FROM tab1 LEFT OUTER JOIN tab1.c3 = tab2.c3
RIGHT OUTER JOIN tab3 LEFT OUTER JOIN tab4
ON tab3.c1
ON tab2.c3 = tab4.c3

I got this example from SQL 7.0 Books on line (SQLBOL.chm). The title is "FROM (T-SQL)".


Thanks in advance



Jim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform