Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Joins
Message
De
09/08/2000 08:23:12
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Re: Joins
Divers
Thread ID:
00401095
Message ID:
00402724
Vues:
10
Try it this way:

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

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform