Oh, sorry, didn't notice you wanted a natural *left *join. No,
Zend_Db_Select doesn't support it. You will have to write out the SQL
manually, or extend Zend_Db_Select and add a new method (joinLeftNatural).
Daniel Rossi wrote:
Hi, I was wondering if there is support for Natural Left Join support
for Zend Select ? Ive come across a problem, where ive tried to reduce
the sql on join conditions, but when using natural join, i cant do a
left join on one table it claims that the field is ambigous because
its the same field aswell, only natural left join will work on that
table.
Let me know.
--
Jack