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 '' at line 1

SELECT IF (INSTR( products_model, '-' ) >0, SUBSTRING( products_model, 1, INSTR( products_model, '-' ) -1 ) , products_model) AS products_class FROM products WHERE products_id =

[TEP STOP]