Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Help needed for an IF ..THEN...ELSE Construction

Re: Help needed for an IF ..THEN...ELSE Construction

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 22 Mar 2000 21:57:12 +0100
Message-ID: <953759915.8095.1.pluto.d4ee154e@news.demon.nl>


The absence of range expression is not really a problem, as it can be replaced by the SIGN function
, like SIGN(ordervol - 1000).
I admit it looks ugly, but it works.
There's no alternative to decode.

Hth,

Sybrand Bakker, Oracle DBA

M. Pfadenhauer <markus.pfadenhauer_at_studtum.lrz-muenchen.de> wrote in message news:8bbb0i$a94$1_at_wsc10.lrz-muenchen.de...
> Hi,
>
> is there a way to use an 'IF..THEN..ELSE' construction in SQL. I am using
> Oracle8.
>
> something like this should be done:
>
> select ID as custID, IIF( ordervol > 1000 ; 'fine' ; 'bad' ) as foo
> from customer
>
> the only thing i found in the docs is the DECODE statement. But there is
no
> way to use rangeexpression....
>
> thanx for any advice,
>
> markus.pfadenhauer_at_studtum.lrz-muenchen.de
>
>
>
>
Received on Wed Mar 22 2000 - 14:57:12 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US