oracle insert/update

insert into table (,,) values (,,) where 

update table set (,)=(select , from ) where 

原文地址:https://www.cnblogs.com/newcoder/p/5219426.html