Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to set the size of string returned by PL/SQL functions?
> 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
![]() |
![]() |