What is the principle behind the complicated join join?
suppose 4 tables
select * from t1, t4 left join t2 on t2.id = t1.t2_id left join t3 on t3.id = t1.t3_id where t1.name = 12 and t2.parent = 3 and t4.id = 100 accordingly, this is not a working scl.
the examples in the dock are very simple http://www.postgresql.org/docs/9.3/static/queries-table-expressions.html and do not give understanding
those. what is the correct syntax where to drive the left join? In the end? in the middle?
undershanding sqlorпонимание sql. True, I don’t know if there is ajoin, it wasn’t there before. But the book is useful especially for noobs. - Sergey