Mat*_*tan 7 sql oracle plsql sqlplus oracle-sqldeveloper
我正在使用Oracle SQL开发人员或Oracle SQL*Plus
Ton*_*ews 18
在SQL Plus中,您可以这样做:
var x number
exec :x := myfunction();
Run Code Online (Sandbox Code Playgroud)
或者您可以使用SQL:
select myfunction() from dual;
Run Code Online (Sandbox Code Playgroud)