MySQL Error Occured
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 'group by f.parent_id order by rating desc' at line 1
QUERY = Select AVG(rating) as rating from `travelhub_feedback` f where f.parent_id = group by f.parent_id order by rating desc