- with
- sql1 as (select to_char(a) s_name from test_tempa),
- sql2 as (select to_char(b) s_name from test_tempb where not exists (select s_name from sql1 where rownum=1))
- select * from sql1
- union all
- select * from sql2
oracle with 用法
最新推荐文章于 2022-03-30 11:13:09 发布