Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How can i coll a procedure in a function
How do you call *any* module in *any* module ?
Just call it in the execution section feeding any required
parametres like...
procedure_1;
BTW, your SELECTs look really weird: select...as ?
> select function_1(columnname) as tablename;
> or
> select function_1(columnname) as dual;
"amir" <amir_at_have-it.de> wrote in message
news:30c35a4a.0111171237.4feb60b7_at_posting.google.com...
> Hi,
>
> How can i coll a procedure in a function.
> I need someting like:
>
> select function_1(columnname) as tablename;
> or
> select function_1(columnname) as dual;
>
> In the function i call procedure_1!
>
> Can anybody help me?
>
> Thanks
Received on Sat Nov 17 2001 - 22:09:27 CST
![]() |
![]() |