PL/SQL: Confused about type coercion in function calls (stack frames)

后端 未结 0 857
误落风尘
误落风尘 2021-01-24 00:13

Consider the following example:

create or replace function f(n integer) return integer as
begin
  return n;
end;
/

begin
  dbms_output.put_line(f(3.8));
end;
/

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题