书中人
Home
Archives
Tags
Elasticsearch
Mysql
Spring
Java
Photos
Mysql批量查询更新另一张表
2023.09.28
1,825
update xxx a
INNER JOIN xxx b on
a.name
=
b.name
set
a.id
=
b.id
where b.del = 0
上一篇:
Semaphore实现多线程交叉顺序执行
下一篇:
解决IDEA开发环境中build失败提示包不存在的问题
msyql