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 'ASC limit 0, 100' at line 1

select distinct p.products_id from scot_domtech__products p LEFT JOIN scot_domtech__manufacturers m USING(manufacturers_id) INNER JOIN scot_domtech__products_description pd ON (p.products_id = pd.products_id AND pd.language_id = '3' AND ((pd.products_name LIKE '%nanomax%' ) OR (p.products_model LIKE '%nanomax%' ) OR (p.products_ean_nummer LIKE '%nanomax%' )) ) WHERE p.products_status = '1' ORDER BY ASC limit 0, 100

[DB ERROR]