Average Ratings 4.5 (151 Ratings & Reviews as on 30/07/2026)
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 ') DESC limit 0,8' at line 1
SELECT * FROM (SELECT a1.member_id, a1.curr_date, a1.name, a1.rating, a1.city, a1.description, a1.rating_feedback,a1.review_for, b1.comp_name FROM testimonials as a1 inner join members_recruiter b1 on b1.mem_slno=a1.member_id WHERE b1.active_status='Y' AND a1.classified_catg='19' AND b1.city IN (104701) && a1.status='A' && a1.rating>0 group by a1.member_id) AS temp ORDER BY FIELD(temp.member_id, ) DESC limit 0,8