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 -> Re: pl/sql function

Re: pl/sql function

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Sun, 21 Jul 2002 14:43:00 +0100
Message-ID: <1027258896.15537.0.nnrp-10.9e984b29@news.demon.co.uk>

You could return a collection type (multiple rows) or a simple object type (multiple columns).

You might consider using a procedure with several OUT parameters if you didn't need to call it from SQL.

--
Jonathan Lewis
http://www.jlcomp.demon.co.uk

Next Seminars
 UK  Sept
 Australia August
 Malaysia September
 USA x 2  November

http://www.jlcomp.demon.co.uk/seminar.html

Peter wrote in message ...

>Is it possible to return two values when you write a function without
>concat? If yes, how do you do this?
>Thanks.
>
>
Received on Sun Jul 21 2002 - 08:43:00 CDT

Original text of this message

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