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: newbie: conditions in expressions

Re: newbie: conditions in expressions

From: Gerard M. Averill <e-mail.address_at_my.sig>
Date: Thu, 04 Feb 99 15:17:57 GMT
Message-ID: <79cdh2$nhs$1@news.doit.wisc.edu>


In article <79592s$aim$2_at_news.doit.wisc.edu>, e-mail.address_at_my.sig (Gerard M. Averill) wrote:
>A or B
>decode(1, A, 1, B, 1, A + B)

Sorry, that should be:
decode(1, A, 1, B, sign(A + B))

G.



Gerard M. Averill, Researcher
CHSRA, University of Wisconsin - Madison GAverill<at>chsra<dot>wisc<dot>edu Received on Thu Feb 04 1999 - 09:17:57 CST

Original text of this message

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