用脚本一次update多个字段

update set
   a = b.a
   ,b=b.b
   ,c=b.c
from t a,t b
where (a.条件1) and (b.条件2)
posted on 2014-01-22 09:44  maowh2014  阅读(239)  评论(0编辑  收藏  举报