The
results of a function need to be SELECTed INTO something. You can't just
EXECUTE a function like you can a procedure.
Try
something along the lines of:
SELECT
check_for_name('Cruise')
INTO result_variable
from
dual;
Dave
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 1:27 PM To: Multiple recipients of list ORACLE-L Subject: Can't code for s.... peanuts
|
- Can't code for s.... peanuts
- RE: Can't code for s.... peanuts Vadim Gorbounov
- RE: Can't code for s.... peanuts Jamadagni, Rajendra
- RE: Can't code for s.... peanuts Koivu, Lisa
- Re: Can't code for s.... peanuts William Beilstein
- RE: Can't code for s.... peanuts Norrell, Brian
- Re: Can't code for s.... peanuts JOE TESTA
- RE: Can't code for s.... peanuts schmoldt
- RE: Can't code for s.... peanuts Yadav, Shailesh
- Re: Can't code for s.... peanuts Dennis M. Heisler
- RE: Can't code for s.... peanuts John Lewis
- Re: Can't code for s.... peanuts
- RE: Can't code for s.... peanuts Mercadante, Thomas F
- RE: Can't code for s.... peanuts Yadav, Shailesh
- RE: Can't code for s.... peanuts Kevin Lange
- Re: Can't code for s.... peanuts