2 Votes Vote

MySQL Syntax error

Posted by topdog 515 days ago Questions| product error mysql All

What's wrong with this code?

FROM product_tag, ps_product_tags_all
LEFT JOIN users ON
users.id = product_tag.lang
LEFT JOIN images ON
images.id = ps_product_tags_all.lang

Error:

Unknown column 'product_tag.lang' in 'on clause'

Originally asked by: lolalola on Stack Overflow

Discuss Bury


Who Voted for this Question