原文:执行sql报错 ERROR 1055 (42000): xxx; this is incompatible with sql_mode=only_full_group_by

执行sql mysql gt SELECT b.pluginId, b.version FROM SELECT t.plugin id AS pluginId, t.version FROM table as t WHERE t.is deploy AND t.is delete AS b GROUP BY b.pluginId 报错信息如下ERROR : Expression of SELECT ...

2019-09-12 10:29 0 548 推荐指数:

查看详情

; this is incompatible with sql_mode=only_full_group_by

1.这个错误发生在mysql 5.7 版本及以上版本会出现的问题: mysql 5.7版本默认的sql配置是:sql_mode="ONLY_FULL_GROUP_BY",这个配置严格执行了"SQL92标准" 2.在sql执行时,出现该原因: 简单来说就是:输出 ...

Sun May 31 19:34:00 CST 2020 0 6495
记录mysql报错"this is incompatible with sql_mode=only_full_group_by"

测试app时发现购买按钮报500,通过查看日志发现是sql'报错"this is incompatible with sql_mode=only_full_group_by",通过百度发现是版本问题 原来5.6的数据库迁移到5.7后少配置的原因. 具体解决方案 编辑my.conf文件 ...

Tue Jul 23 02:19:00 CST 2019 0 639
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM