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

Home -> Community -> Usenet -> c.d.o.server -> Return a dataset from a stored procedure?

Return a dataset from a stored procedure?

From: Scott Dayton <rsdayton_at_ziplink.net>
Date: 1997/06/26
Message-ID: <33B2D254.333A@ziplink.net>#1/1

Does anyone know how or if a stored procedure or function can return a dataset similar to using select statement.

ie.
Instead of this
  SELECT * FROM EMP
use this:
  SELECT * FROM <STORED PROCEDURE>

-- 
Regards,
  Scott Dayton
Received on Thu Jun 26 1997 - 00:00:00 CDT

Original text of this message

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