SyntaxFix
Write A Post
Hire A Developer
Questions
declare x number; begin x := myfunc(myargs); end;
Alternatively:
select myfunc(myargs) from dual;