输入banner图图片脚本导航/分类

oracle update语句的几点写法

5.

update 多个字段的写法 
update a set (c1,c2,c3) =(select b1,b2,b3 from b where......) where ......; 

oracle update语句的几点写法

标签: