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

SELECT c.categories_name FROM products a JOIN products_to_categories b ON a.products_id = b.products_id JOIN categories_description c ON b.categories_id = c.categories_id WHERE c.language_id = 1 AND a.products_id IN ()

[TEP STOP]