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 -> Help needed for an IF ..THEN...ELSE Construction

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

From: M. Pfadenhauer <markus.pfadenhauer_at_studtum.lrz-muenchen.de>
Date: Wed, 22 Mar 2000 21:38:57 +0100
Message-ID: <8bbb0i$a94$1@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:38:57 CST

Original text of this message

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