X
1226 - User 'leshoppijfauth' has exceeded the 'max_questions' resource (current value: 28055)
select distinct m.manufacturers_id as id, m.manufacturers_name as name from cimbvitrine_products p, cimbvitrine_products_to_categories p2c, cimbvitrine_manufacturers m where p.products_status = '1' and p.products_quantity > 0 and p.manufacturers_id = m.manufacturers_id and p.products_id = p2c.products_id and p2c.categories_id = '19' order by m.manufacturers_name
[TEP STOP]