Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help on running functions
That worked, thanks a lot!
Alan Shein <alanshein_at_erols.com> wrote in message
news:84t854$27l$1_at_bob.news.rcn.net...
> Functions are accessed via a SELECT. For example
>
> SELECT my_function(in_param1, in_param2...) FROM DUAL
>
>
> HTH
>
> "Tom Deseamus" <tdeseamus_at_digital-hire.com> wrote in message
> news:ivoc4.3423$Ak.44303_at_news1.mia...
> > I have been running stored procedures in SQL worksheet using the execute
> > command
> >
> > execute procedurename
> >
> > How do you run a function?
> >
> > I've tried execute functionname and execute functionname() like in VB?
> >
> >
>
>
Received on Tue Jan 04 2000 - 13:34:14 CST
![]() |
![]() |