SELECT list is not in GROUP BY clause and contains nonaggregated column ‘XXX’...... this is incompatible with sql_mode=only_full_group_by

去除严格分组限制即可

修改Mysql配置文件

[mysqld]
sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION'

 

posted @ 2022-03-17 12:27  悬剑丶  阅读(48)  评论(0编辑  收藏  举报