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

Home -> Community -> Usenet -> c.d.o.server -> Re: Conditional Select statement

Re: Conditional Select statement

From: The Ghost <The_at_Ghost.com>
Date: Wed, 04 Apr 2001 15:34:25 GMT
Message-ID: <5aHy6.18908$XV.4868342@news3.rdc1.on.home.com>

select decode(field,'OK','this is the correct value','this is not the correct_value')
from your_table

"Jon" <jzuazoa_at_nexo.es> wrote in message news:9afe0b$bn1$1_at_unbe.sarenet.es...
> Hi,
>
> I would like to know if it is posible to add some conditional behaivour to
 a
> select statement. I mean that if have a table that contains sometimes the
> 'OK' value and 'FAIL' for other rows so I could create a statement that
 when
> the row contains 'OK' it would print 'this is the correct value' and on
 the
> other hand when it contains 'FAIL' it just prints 'this is not the correct
> value'
>
>
> Thanks for you help
>
> PS. this task is accomplish in SYBASE using 'CASE WHEN...'
>
>
Received on Wed Apr 04 2001 - 10:34:25 CDT

Original text of this message

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