Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: views...
Last time I wrote it correctly, but alta vista has deleted
again part of my script.
Trying this:
select col1,col2,col3,1 from tab1 where your-condition
union all
select col1,col2,col3,0 from tab1 where
your-reverse-condition;
![]() |
![]() |