|
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 count(distinct p.products_id) as total from products p left join products_description pd on p.products_id = pd.products_id left join products_to_categories ptc on p.products_id=ptc.products_id left join categories c on ptc.categories_id=c.categories_id where (c.protected='' or c.protected IS NULL) and p.products_status=1 and pd.language_id=13 and
[TEP STOP]
|