Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Returning a Cursor
Is it possible from a Function or a Stored Procedure to return a Cursor.
For instance, I create a function called F TEST which returns the
contents
for a table.
SQL> Select F TEST from DUAL;
would return the result of an SQL statement.
thanks
GV
--Received on Wed Mar 21 2001 - 09:14:03 CST
![]() |
![]() |