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 'order by m.manufacturers_name' at line 1
select distinct m.manufacturers_id, m.manufacturers_name 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 p2c.categories_id in order by m.manufacturers_name
[TEP STOP]
| | |