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 'where p.products_id not in(355, 335, 332, 333, 338, 340, 342, 346, 341, 345, 343' at line 3

select * from products prod, products_to_categories prodcate , products_description proddescr where prod.products_status = '1' and prodcate.categories_id=56 and prod.products_id=prodcate.products_id and proddescr.language_id=1 and proddescr.products_id=prod.products_id order by proddescr.products_name where p.products_id not in(355, 335, 332, 333, 338, 340, 342, 346, 341, 345, 343, 347, 344, 352, 353, 356)

[TEP STOP]