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 -> How to show result of a function call?

How to show result of a function call?

From: Daniel <dlrubinANTI-SPAM_at_yahoo.com>
Date: Sun, 31 Dec 2000 12:29:19 -0800
Message-ID: <3A4F971F.AFD81C2A@yahoo.com>

I'm writing some oracle functions and want to call them and display the result.
Is there an easy way to do this in oracle? Up to this point I've written a little pl/sql routine to do it where I declare a bind variable, assign it to the function result, and print the variable, but would like a simpler way, like a 1-line select statement. Any suggestions?

Thanks,
Daniel

--
To reply to me directly, please remove "ANTISPAM" from the reply-to
email address.
Received on Sun Dec 31 2000 - 14:29:19 CST

Original text of this message

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