create or replace package return as
subtype return is varchar2(10);
end return;
/
create or replace package tq84 as
constant constant
return . return := 'return';
function function
return return . return;
end tq84;
/
I still find this quite funny, so I had to post it on this blog!
No comments:
Post a Comment