An Error Was Encountered
Error Number: 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 rev_id DESC' at line 18
SELECT users.use_id, users.use_first_name, users.use_last_name, profile.pro_image, products_reviews.rev_user_reviews, products_description.products_name, products_description.fm_id, products_description.products_id, profile.pro_use_id, profile.pro_image, profile.pro_nickname FROM products_reviews INNER JOIN users ON (rev_user_id = use_id) INNER JOIN profile ON (rev_user_id = pro_use_id) INNER JOIN products_description ON (products_reviews.rev_products_id = products_description.products_id) WHERE rev_user_id = '14' limiT 50 ORDER BY rev_id DESC