oracle 从select的结果update其他表

update a set a.id=(selelct b.id from temp b where b.line = a.line)  where a.line = (select line from temp b where b.line = a.line)

posted @ 2017-03-13 17:22  Yanina2011  阅读(566)  评论(0)    收藏  举报