oracle中的几个函数

1、with  ...as .. with temp as (select * from table1 where 1=1)  select * from temp 2、union 和 union all Union:对两个结果集进行并集操作,不包括重复行,同时进行默认规则的排序;  Union All:对两个结果集进行并集操作,包括重复行,不进行排序; 3、NVL2函数 NVL2(E1, E2,
相关文章
相关标签/搜索