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 '*0.4 AND price<*1.6 AND p2c.category_id = '124' AND p.product_id!=174' at line 1
Error No: 1064
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, ss.name AS stock FROM product p LEFT JOIN product_description pd ON (p.product_id = pd.product_id) LEFT JOIN manufacturer m ON (p.manufacturer_id = m.manufacturer_id) LEFT JOIN stock_status ss ON (p.stock_status_id = ss.stock_status_id) LEFT JOIN unit u ON ( p.unit = u.unit_id ) LEFT JOIN product_to_category p2c ON (p.product_id = p2c.product_id) WHERE pd.language_id = '5' AND u.language_id = '5' AND ss.language_id = '5' AND p.status = '1' AND price>*0.4 AND price<*1.6 AND p2c.category_id = '124' AND p.product_id!=174