Re: Stored Procedures / Functions
From: IB <100704.1417_at_CompuServe.COM>
Date: Tue, 30 Mar 1999 13:23:31 -0500
Message-ID: <O#8Lrpte#GA.343_at_nih2naac.compuserve.com>
Date: Tue, 30 Mar 1999 13:23:31 -0500
Message-ID: <O#8Lrpte#GA.343_at_nih2naac.compuserve.com>
Jussi
You can't execute a function in the same way as a procedure. You have to wrap it up in a select.
select get_hh_point(80) from dual;
will work.
Indranil Received on Tue Mar 30 1999 - 20:23:31 CEST