dshaw21369
Programmer
- Jul 8, 2002
- 64
Hi,
Can you call a procedure when returning value using the DECODE function?
Can you call a procedure when returning value using the DECODE function?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select decode(COL1,'X','Y',MY_FUNCTION(COL1))
from MY_TABLE