Re: Using DECODE in stored function
From: AMARENDRA B NETTEM <nettama_at_charlie.acc.iit.edu>
Date: 1996/01/22
Message-ID: <4e03l7$svt_at_condor.acc.iit.edu>#1/1
Date: 1996/01/22
Message-ID: <4e03l7$svt_at_condor.acc.iit.edu>#1/1
for decode function, you have to use select statement.
this might work:
select decode(.........) into xxxxx
from dual;
hope this helps
AMARENDRA http://www.iit.edu/~nettama Received on Mon Jan 22 1996 - 00:00:00 CET