问题:
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='';
该文章投稿至Nemo社区 数据库 板块 复制链接
发布于 2016/12/02 13:33 3,900浏览 0回复 187字
问题:
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='';