Calling a procedure that returns a cursor inside a procedure
MikailFeb 7 2012 — edited Feb 8 2012Hi,
I have two stored procedures. They both return a cursor as output variables. On the other hand I have another stored procedure that calls these procedures and return their results again an output variable. I know that this seems quite odd to be wanting to do something like this but how can I do that?