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 ') order by po.products_options_name' at line 4

select po.products_options_id, po.products_options_name from products_options po, categories_to_products_options c2p where po.products_options_id = c2p.options_id and po.language_id = 1 and c2p.categories_id in (0,,) order by po.products_options_name;

[TEP STOP]