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 ') and i.product_offset >= and i.product_offset <= and i.web_product_id > 0 and' at line 1

SELECT * FROM officede_INVENTORY.Items i LEFT JOIN cProducts p on i.web_product_id = p.product_id LEFT JOIN Products2Categories p2c ON i.web_product_id = p2c.product_id WHERE p.product_visible = 1 AND i.product_bolt_pattern = '' and i.product_size IN () and i.product_offset >= and i.product_offset <= and i.web_product_id > 0 and p2c.category_id = 6985 GROUP BY web_product_id

[TEP STOP]