Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: UNION and WHERE
Olivier BRUZEAUX <obruzeau_at_telecom.capgemini.fr> wrote in message
news:85kj9f$26b$1_at_minus.oleane.net...
> Hi,
>
> Is it possible to use UNION and WHERE in the same statement !!
> If it is possible do you have an example,
>
select
something
from
sometable
where
somefield=somevalue
union
select
somethingelse
from
somewhereelse
where
someotherfield=someothervalue
union
select
etc... Received on Thu Jan 13 2000 - 09:00:04 CST
![]() |
![]() |