我如何调用此函数并在sql plus中查看其输出
declare x number; begin x := myfunc(myargs); end;
或者:
select myfunc(myargs) from dual;