22,294
社区成员
发帖
与我相关
我的任务
分享update A1 set content1 = A2.content2
from A2
where A1.num=A2.numupdate A1 set content1 = A2.content2
from A2
where A1.num=A2.numupdate A1 set
content1 = a2.content2
from A2
where a1.num=a2.numupdate A1 set content1 = A2.content2
from A1,A2
where A1.num=A2.num