2013年6月25日 ... update a. set a.co = nvl(b.co, 'not found'). from table_a a. left join table_b b on a.id = b.id. 但是在Oracle 不可以這樣寫,會有錯誤 ╮(╯3╰)╭
frankiestudy.blogspot.com