Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Can Cursors be combined?
Suppose I have two functions
FUNCTION get_cur_A RETURN MyCursorType; FUNCTION get_cur_B RETURN MyCursorType;
They return the same kind of Cursor but use different Select statements Stmt_A and Stmt_B.
Now, I want to have the UNION of the two cursors above. I.e. the UNION of the Select statements Stmt_A and Stmt_B.
Is there any way to achieve that without using the statements directly?
Thx, Chris. Received on Thu Mar 14 2002 - 07:36:57 CST
![]() |
![]() |