会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
monsterbude
博客园
首页
新随笔
联系
订阅
管理
2024年7月5日
1055 - Expression #9 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'xxx.xxx.xxx' which is not functionally ...;this is incompatible with sql_mode=only_full_group_by
摘要: MySQL 8 的默认 sql_mode 包含了only_full_group_by,如果想要sql不按照这模式做检查,可以设置当前session的sql_mode值不包含oly_full_group_by; 全局修改则使用以下sql -- 全局配置 session级配置则去掉Global SET
阅读全文
posted @ 2024-07-05 15:22 南怪布德
阅读(67)
评论(0)
推荐(0)
公告