当前位置:   article > 正文

1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated 【已解决】

1055 - expression #1 of select list is not in group by clause and contains n

文章目录

今天在开发过程中,由于之前项目已经开发完成,完成了数据库迁移,今天在操作的时候,根据分组求和的时候,出现了一个错误:

1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'btc.a.applicant_unit' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
  • 1
1055 - Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'test.sys_user.id' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
  • 1

解决

一番操作之后,终于找出了解决方案:
在MySQL下输入如下语句

set sql_mode ='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';
  • 1

然后重新运行语句,就可以正常查询了。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/899513
推荐阅读
相关标签
  

闽ICP备14008679号