1 --执行函数的方法一2 --select lbm_fun1(787227) from dual;3 --执行函数方法二4 declare str1 varchar2(50);5 begin6 execute str1:=lbm_fun1(787227);7 end;8