SELECT p.* FROM products_tw p, categories_tw c WHERE p.cateId = c.id AND p.available = '1' AND c.available = '1' AND p.id in (47,178,179,62,49,180,48,181,182,50,51,183,184,53,) ORDER BY p.sellingPrice ASC
MySQL 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 ') ORDER BY p.sellingPrice ASC' at line 1
This script cannot continue, terminating.