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 -> SQL Default Return

SQL Default Return

From: abc <abc_at_abc.com.au>
Date: Wed, 26 Feb 2003 11:44:46 +1100
Message-ID: <b3h2lq$dcq$1@mws-stat-syd.cdn.telstra.com.au>


Hi,

I have a simple SQL

SELECT DECODE(a.date, NULL, 'Date Not Exists', a.date) as Date FROM CALENDAR WHERE date = '01-JAN-2003'

'01-JAN-2003' is not in CALENDAR Table then I must expect a Default return as 'Date Not Exists'. But that doesn't work.

Anyone knows how to get this Default Return if No rows return.

Thanks Received on Tue Feb 25 2003 - 18:44:46 CST

Original text of this message

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