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

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