问题:
which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
解决:
登录Mysql,输入
mysql>set global sql_mode='';
问题:
which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
解决:
登录Mysql,输入
mysql>set global sql_mode='';