Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to build multiple left joins in Report Studio?

Status
Not open for further replies.

elee123

IS-IT--Management
Nov 7, 2014
2
0
0
US
Hello Everyone,

I've got an example below that involves 3 to 4 left joins to the same table, but the Join in Report Studio's Toolbox only allows me to join 2 tables together . So how can I achieve this in Report Studio?

Select field1, field2 From Table1
LEFT JOIN Table2
ON Table1.field2 = Table2.field2;
LEFT JOIN Table3
ON Table1.field2 = Table3.field2;
LEFT JOIN Table4
ON table1.field2 = table4.field2;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top