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 '065' at line 12
SELECT
p.products_id,
pd.products_name,
p.products_image,
p.products_fsk18
FROM products as p,
products_description as pd,
specials as s
WHERE p.products_status = '1' AND
p.products_id = pd.products_id AND
pd.language_id = '2' AND
p.products_id =1,065
[XT SQL Error]