在Oracle里面不可以用
update a set a.xxx=b.eee
from a left outer join b on a.bid=b.id
么?
在sql里面这样写感觉挺方便的,在Oracle里面怎样替换这样的写法哪?