oświetlenie tablicy rejestracyjnej Mazda 3 (BM, BN) 2.2 D (2013.09-???) 150km
select distinct m.manufacturers_id as id, m.manufacturers_name as name from products p left join stany_products sp using(products_id), products_to_categories_new p2c, manufacturers m, typ_to_products t2p where p.products_id = t2p.products_id and sp.dostepny = 1 and t2p.typ_id = 21148 and p.products_status = '1' and p.manufacturers_id = m.manufacturers_id and p.products_id = p2c.products_id and p2c.categories_id = '100464' order by m.manufacturers_name