COVER STORIES
Expression #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'epublish_db.cat.cat_name_eng' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_byselect * from hkust_cat as cat, hkust_story as s where s.is_eng='yes' and cat.cat_id=s.cat_id and cat.status='active' and s.status='active' and cat.issue_id='53' group by cat.cat_id order by cat.display_order, cat.cat_name_eng