Thread: calling plsql functions

calling plsql functions

From
"Wooi K."
Date:
I would like to create a pgplsql function that return a record set.  After I
spent a couple hours learning how to write plsql functions, but now I'm
stuck again.  I know how to create the plsql function, but how do I call
plsql functions?  Any ideas?

wooi.


Re: calling plsql functions

From
"Robert B. Easter"
Date:
On Thursday 30 November 2000 01:21, Wooi K. wrote:
> I would like to create a pgplsql function that return a record set.  After
> I spent a couple hours learning how to write plsql functions, but now I'm
> stuck again.  I know how to create the plsql function, but how do I call
> plsql functions?  Any ideas?
>
> wooi.

SELECT myplsqlfunction(arg1,arg2, ...);

--
-------- Robert B. Easter  reaster@comptechnews.com ---------
- CompTechNews Message Board   http://www.comptechnews.com/ -
- CompTechServ Tech Services   http://www.comptechserv.com/ -
---------- http://www.comptechnews.com/~reaster/ ------------