Pozostałe produkty z tej samej kategorii:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'and p.products_id<> and pd.language_id = '1' and ptc.categories_id= 0' at line 1
select count(*) as total from products p left join manufacturers m on (p.manufacturers_id = m.manufacturers_id) LEFT JOIN products_to_categories ptc ON (p.products_id = ptc.products_id), products_description pd where p.products_status = '1' and p.products_id = pd.products_id and m.manufacturers_id= and p.products_id<> and pd.language_id = '1' and ptc.categories_id= 0
[TEP STOP]
|