Offset & Digital Printing
Offset & Digital Printing
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 '// p.products_date_added, p.products_price, p.products_type, p.master_categories' at line 2
in:
[select distinct p.products_id, p.products_image, p.products_tax_class_id, pd.products_name,
// p.products_date_added, p.products_price, p.products_type, p.master_categories_id
p.products_date_added, p.products_price, p.products_type, p.master_categories_id, pd.products_description
from zen_products p, zen_products_description pd
where p.products_id = pd.products_id
and pd.language_id = '1'
and p.products_status = 1
and p.products_id in (8, 2, 9, 19, 20, 21, 33, 34, 10, 35, 36, 37, 12, 6, 13, 14, 15, 7, 48, 40, 41, 42, 43, 44, 45, 47, 49, 50, 51, 52)]