update 表1
set 表1.字段a=表2.字段x
from 表1 inner join 表2 on 表1.字段2=表2.字段y
set 表1.字段a=表2.字段x
from 表1 inner join 表2 on 表1.字段2=表2.字段y
|
posts - 58, comments - 7, trackbacks - 0, articles - 1 |
|
|
update 表1 set 表1.字段a=表2.字段x from 表1 inner join 表2 on 表1.字段2=表2.字段y 程序员问答社区,解决您的IT难题
|
|