Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Two fields
Message
 
À
27/04/2005 04:14:20
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Divers
Thread ID:
01008746
Message ID:
01008752
Vues:
18
SELECT Table1.Field1, TableA.Description, Table1.Field2, TableB.Description;
       FROM Table1;
       LEFT JOIN Table2 TableA ON Table1.Field1 = TableA.Code;
       LEFT JOIN Table2 TableB ON Table1.Field2 = TableB.Code;
...
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform