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 P.products_id desc' at line 1
select * from products P JOIN products_description PD ON P.products_id = PD.products_id JOIN products_to_categories PTC ON P.products_id = PTC.products_id JOIN categories C ON C.categories_id = PTC.categories_id where P.products_status>=0 and C.parent_id= Order by P.products_id desc
[TEP STOP]
| |