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, 403, 343, 338, 344, 340, 342, 346' at line 3

select * from products prod, products_to_categories prodcate , products_description proddescr where prod.products_status = '1' and prodcate.categories_id=68 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, 403, 343, 338, 344, 340, 342, 346, 341, 345, 347, 407, 398, 395, 404, 394, 352, 353, 356, 361, 393, 396, 362, 405, 364, 370, 371, 372, 379, 390)

[TEP STOP]