SQL> select add_num1(10,:nu m1) from dual;
select add_num1(10,:nu m1) from dual
*
ERROR at line 1:
ORA-06572: Function ADD_NUM1 has out arguments
why is the error arising?
select add_num1(10,:nu m1) from dual
*
ERROR at line 1:
ORA-06572: Function ADD_NUM1 has out arguments
why is the error arising?
Comment