摘要: update a表 set a.filed =(select field from b表 where b.关联字段=c.关联字段) from b表, c表 where b.关联字段=c.关联字段 and 其他条件 阅读全文
posted @ 2015-03-10 16:50 言易解道 阅读(178) 评论(0) 推荐(0)