Menu
首页
搜索
SpringBoot
Vue
Vant
Python
Android
Harmony
InnoDB
B表
关注
发信
关注(28)
粉丝(399)
动态
文章
图片
SQL 删除存在于A表但是不存在B表中的记录
目的是是的A表和B表某一个列集合相等
delete from A where tagetColumn not in ( select targetColumn from B)
04-25 07:29