Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Returning a record set with a stored procedure
I would like to create a simple stored procedure that consists of a
single SELECT statement. Can you do this with Oracle? If so, can
someone give me a hint on the syntax?
Example:
Table_A
SELECT ProductId, ProductDescription
FROM Table_A
Received on Wed Nov 21 2001 - 07:17:35 CST
![]() |
![]() |