通过B表字段更新A表

 update a set a.name=b.name from b

where a.id=b.id

posted @ 2012-06-01 15:00  乄蛇  阅读(146)  评论(0)    收藏  举报