Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Select with unions and inline view

PavelJun 6 2013 — edited Jun 6 2013
Hello!

please advise , how to create select with unions
when both selects should have the same inline view ?
In other words I would like to transfer the identifer synchronously for both inline views from external queiry,
how to do this in one statement ?
select column from 
(select column  from where id = "external_id" order  by ...) 
union all 
select column from 
(select column  from where id = "external_id" order  by ...) 
I'm usung 11.2.0.3

Thanks and regards,
Pavel
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2013
Added on Jun 6 2013
13 comments
2,424 views