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: SQL and boolean stuff

Re: SQL and boolean stuff

From: Bricklen <bricklen-rem_at_yahoo.comz>
Date: Fri, 27 Feb 2004 22:07:28 GMT
Message-ID: <AcP%b.91491$Hy3.45087@edtnps89>


CASE works fine on 817

select case when 1=0 then 'no' when 1=1 then 'yes' else 'neither' end from dual;

Does it not work for you? Received on Fri Feb 27 2004 - 16:07:28 CST

Original text of this message

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