php - Unknown column in 'on clause' MYSQL -


unknown column 'a.date_quotation' in 'on clause' can me, how access fields of table a used in condition clause on table (b, c)? please see picture

enter image description here

you should either move conditions on fields "a" outer clause or include "a" part of inner join when coming "b" , "c".


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -