Momentan nu exista produse cu aceasta denumire, dar poti cauta in Cautare avansata produse care se refera la acest cuvant in descriere sau recomandari.
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 ')
group by id
order by m.manufacturers_name' at line 3
select m.manufacturers_id as id, m.manufacturers_name as name, count(p.products_id) as nr
from products p, products_to_categories p2c, manufacturers m
where p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and p.products_id = p2c.products_id and p.products_id IN ()
group by id
order by m.manufacturers_name