I have the following multi-join query:SELECT …FROM Table1 t1 JOIN Table2 t1 on t1.col1 = t2.col1 JOIN Table3 t1 on...
Separate names with a comma.