
Mysql
PeterHu001
专业coder几百年
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mybatis 批量更新JDBC配置
Mybatis 批量更新 JDBC配置1、jdbc 连接jdbc:mysql://127.0.0.1:3306/roncoo_data?useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true原创 2021-07-06 17:09:50 · 348 阅读 · 0 评论 -
Caused by: java.sql.SQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause
报错内容:java.sql.SQLSyntaxErrorException: Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column '****.******.***' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_f原创 2021-05-20 08:49:31 · 1136 阅读 · 0 评论