multiple select statements in stored procedures
-
With SQL server, it is easy to have multiple select statements in a stored procedure, the outputs for the select statements are just tables in the output data set. Is it possible to do this in Oracle? Thanks.
-
With SQL server, it is easy to have multiple select statements in a stored procedure, the outputs for the select statements are just tables in the output data set. Is it possible to do this in Oracle? Thanks.
-
With SQL server, it is easy to have multiple select statements in a stored procedure, the outputs for the select statements are just tables in the output data set. Is it possible to do this in Oracle? Thanks.
-
I looked at the link you provided: It is not the same thing. The solution provided requires two select statements to return the same number of columns and the column types have to match. While in SQL server, you can have an arbitrary number of select statements and arbitrary data types. I guess the answer to my question is NO. Thanks.
-
That looks like a good solution. Thanks.
-
That looks like a good solution. Thanks.
You're welcome.
"When did ignorance become a point of view" - Dilbert