1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and p.manufacturers_id = m.manufacturers_id' at line 1
select m.manufacturers_name from products p, manufacturers m where p.products_id = and p.manufacturers_id = m.manufacturers_id
[TEP STOP]