Jan 19, 2004 #1 rdharmar IS-IT--Management Jun 20, 2001 54 US Is it possible to do something like this to create a view; Select * from ( Execute Stored_Procedure_name ). Thanks in advance.
Is it possible to do something like this to create a view; Select * from ( Execute Stored_Procedure_name ). Thanks in advance.
Jan 19, 2004 #2 avjoshi IS-IT--Management May 12, 2003 221 I am not surte if you can select on procedures but if it is a function you can say, select <function_name> from dual; Anand Upvote 0 Downvote
I am not surte if you can select on procedures but if it is a function you can say, select <function_name> from dual; Anand
Jan 19, 2004 #3 sem Programmer Jun 3, 2000 4,709 UA No, but if your procedure returns table name, you may use DYNAMIC SQL. Regards, Dima http://seminihin.narod.ru Upvote 0 Downvote
No, but if your procedure returns table name, you may use DYNAMIC SQL. Regards, Dima http://seminihin.narod.ru