QUERY: SELECT FK_product_id, option_id, label, price, discount, price_discounted
FROM fla_products_options po
WHERE
po.FK_product_id IN ()
AND po.active = 1
GROUP BY FK_product_id, option_id
ORDER BY sort ASC
ERROR: 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 po.active = 1
GROUP BY FK_product_id, option_id
ORDER ' at line 4