Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Joins
Message
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Joins
Divers
Thread ID:
00401095
Message ID:
00401095
Vues:
55
MS SQLServer 7:

is there an restriction on the number of joins in a query ?

something like this:

SELECT a.*, e.title, b.department, d.function, c.apostrophe
FROM table1 a;
INNER JOIN table b;
INNER JOIN table c;
ON a.b_id = b.id ;
ON a.c_id = c.id ;
WHERE a.number = "12020"

achim huber
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform