精选圈子榜单优站
编程综合
编程综合
技术
20关注
编程技术记录、分享 ,记录你的编程生活点点滴滴!

Mysql 5.7 this is incompatible with sql_mode=only_full_group_by


问题:

    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='';


  • 若文章侵犯了您的权益,请联系我们进行处理。

  • 2016-12-02
  • 4131阅读
评论