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

Home -> Community -> Usenet -> c.d.o.tools -> Re: How to show result of a function call?

Re: How to show result of a function call?

From: DavidP185 <davidp185_at_aol.com>
Date: 31 Dec 2000 21:49:57 GMT
Message-ID: <20001231164957.11282.00000096@ng-mo1.aol.com>

>'m writing some oracle functions and want to call them and display the
>result.

Try

 Select Function(Parm1, Parm2)
From Dual;

or
 Select Function1(Col1,Col2)
from Table1;

where the parameters are fed from actual columns in the table. Received on Sun Dec 31 2000 - 15:49:57 CST

Original text of this message

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