会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
风子磊
花开堪折直须折,莫待无花空折枝
博客园
首页
新随笔
联系
订阅
管理
08 2020 档案
(SQL查询报错)Illegal mix of collations (utf8mb4_0900_ai_ci,IMPLICIT) and (utf8mb4_general_ci,IMPLICIT) for operation '='
摘要:错误背景 多表联查 SQL: 错误原因 两张表编码不相同,确切说两张表关联字段编码不相同 下面是两张表详细情况(请仔细查看,表的编码和关联字段及其编码已框起来): 最后,改过来就好了
阅读全文
posted @
2020-08-07 11:11
风子磊
阅读(4632)
评论(0)
推荐(0)
mybatis批量添加,更新,删除(mapper.xml)
摘要:1,批量添加 批量插入数据使用的sql语句是: insert into table (字段一,字段二,字段三) values(xx,xx,xx),(oo,oo,oo) mapper文件: int insertBatch(List<TmApplyTemplateDetail> applyTemplat
阅读全文
posted @
2020-08-04 11:14
风子磊
阅读(7559)
评论(4)
推荐(0)
公告