Thanks for this!

On Tuesday, October 26, 2010 1:52:02 PM UTC-5, Michael Moore wrote:
>
> Now I understand.
>
> Try this
>
> create or replace function fmmx
> return varchar2
> as
> begin
> return 'xxx';
> end;
> create table mmt1 as 
> select  cast (fmmx as varchar2(30)) mx2 from dual;
>
> Mike
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Oracle PL/SQL" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to oracle-plsql+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to