1054 - Unknown column 'assets' in 'where clause'

SELECT product_id, p.catID, subID, title, content, p.image, category FROM products AS p, poduct_cat AS pc WHERE product_id = assets AND p.catID = pc.catID

[TEP STOP]