Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Can Cursors be combined?

Can Cursors be combined?

From: Chris Smith <joker_5166_at_yahoo.com>
Date: 14 Mar 2002 05:36:57 -0800
Message-ID: <132368bb.0203140536.f7de5fd@posting.google.com>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US