1064 - You have an error in your SQL syntax near 'DESC, pd.products_name' at line 1
select count(*) as total from products p left join manufacturers m on (p.manufacturers_id = m.manufacturers_id), products_description pd where m.manufacturers_name = 'marklin' and p.products_id = pd.products_id and pd.language_id = '2' order DESC, pd.products_name