Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Two fields
Message
 
To
27/04/2005 04:14:20
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Miscellaneous
Thread ID:
01008746
Message ID:
01008752
Views:
16
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform