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 function in a SELECT statement

PL/SQL function in a SELECT statement

From: Bruno Pennec <Bruno.Pennec_at_der.edfgdf.fr>
Date: Wed, 23 Sep 1998 16:52:30 +0200
Message-ID: <36090B2E.A138F03C@der.edfgdf.fr>


I need to do a SELECT statement like :

  SELECT column1 FROM table1 WHERE column2 in my_function;

( where my_function is a PL/SQL function. )

My_function must return a list of items. What type must i use for the result of "my_function" ?
(for example : column2 is a varchar2)

best regards,

   bruno Received on Wed Sep 23 1998 - 09:52:30 CDT

Original text of this message

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