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

Home -> Community -> Usenet -> c.d.o.misc -> PL/SQL-how to create a procedure that return a record?

PL/SQL-how to create a procedure that return a record?

From: Joel <najoel_at_destination.ca>
Date: 1998/06/13
Message-ID: <srjg1.584$8F2.1664084@news21.bellglobal.com>#1/1

What should i do to return a record from a procedure or fonction or what ever..

A query like this :

SELECT emp.*, dept.*
FROM emp, dept
WHERE emp.deptid = dept.deptid
AND emp.empid = param_EmpID

param_EmpID is a IN var that a pass to the procedure.

How can a do that? Received on Sat Jun 13 1998 - 00:00:00 CDT

Original text of this message

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