I've been all over the web looking for answers on this. I hope someone here could help me with this.
I am trying to compose the query below using propel. Is possible?
SELECT * FROM table1 LEFT JOIN (table2, table3) ON ( table1.id = table2.foreign_id AND table2.foreign_id = table3.id );