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 -> getting oracle function to return a record type

getting oracle function to return a record type

From: Kent Eilers <kent.eilers_at_pca.state.mn.us>
Date: Tue, 08 Dec 1998 09:39:52 -0600
Message-ID: <366D4848.E4311381@pca.state.mn.us>


Can anyone help me figure out what is the syntax to return a record type from a function?

thanks.



CREATE OR REPLACE FUNCTION KE_GET_WASTE_ACTIVITY_CODE (
as_id varchar2
)
RETURN type ?????
.....
Received on Tue Dec 08 1998 - 09:39:52 CST

Original text of this message

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