Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> user defined functions help
I would like to define a function in Oracle that does the following:
function divret(x,y)
if y = 0 then return 0
else
return x/y
How do I do this? Do I use stored functions? Received on Wed Feb 10 1999 - 18:34:32 CST
![]() |
![]() |