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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to set the size of string returned by PL/SQL functions?

Re: How to set the size of string returned by PL/SQL functions?

From: John Heitmuller. <john.heitmuller_at_jrfcorp.net>
Date: Thu, 04 Oct 2007 07:37:41 -0700
Message-ID: <1191508661.321786.77760@57g2000hsv.googlegroups.com>


> create or replace view ..... as
> select ...,..., ..., ... ,cast(myfunc(myparam) as varchar2(15))
> mycol, ... from ... where ...;

Brilliant! Thanks, David. Received on Thu Oct 04 2007 - 09:37:41 CDT

Original text of this message

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