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 'ERROR: SELECT COUNT(DISTINCT p.productID) FROM ?#PRODUCTS_TABLE p where catego' at line 1 SQL query : ERROR: SELECT COUNT(DISTINCT p.productID) FROM ?#PRODUCTS_TABLE p where categoryID>1 and enabled=1 and ( LOWER(name) LIKE '%�����%' OR LOWER(product_code ) LIKE '%�����%' OR LOWER(brief_description) LIKE '%�����%' ) AND ( LOWER(name) LIKE '%���%' OR LOWER(product_code ) LIKE '%���%' OR LOWER(brief_description) LIKE '%���%' ) AND ( LOWER(name) LIKE '%samsung%' OR LOWER(product_code ) LIKE '%samsung%' OR LOWER(brief_description) LIKE '%samsung%' ) AND ( LOWER(name) LIKE '%�%' OR LOWER(product_code ) LIKE '%�%' OR LOWER(brief_description) LIKE '%�%' ) AND ( LOWER(name) LIKE '%UNKNOWN_PLACEHOLDER_0)%' OR LOWER(product_code ) LIKE '%UNKNOWN_PLACEHOLDER_1)%' OR LOWER(brief_description) LIKE '%UNKNOWN_PLACEHOLDER_2)%' )