update table1 a set a.c = (select b.b from table2 b where a.a=b.a)
update 两个表关联 更新
最新推荐文章于 2024-12-16 17:06:45 发布
update table1 a set a.c = (select b.b from table2 b where a.a=b.a)
9244

被折叠的 条评论
为什么被折叠?