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 ') limit 1' at line 1

select p2c.categories_id from products p, products_to_categories p2c where p.products_id = '0' and p.products_status = '1' and p.products_id = p2c.products_id AND p2c.categories_id IN () limit 1

[TEP STOP]