1055) 数据查询错误:Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'feeflash.t1.title' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_bySELECT t1.title,t1.url FROM king_content t1 LEFT OUTER JOIN (king_content_categroy_bind t2) ON t1.id=t2.id WHERE t1.mid=2 and t1.status=1 GROUP BY t1.hit desc LIMIT 10