Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,请再次帮助我!
我可以创建该函数,但是当我执行它时,我总是收到以下错误。第 1 行第 7 列(我猜是参数的数据类型)和语句被忽略!:(
您正在使用的是执行一个功能。将结果分配给变量或使用运行 sql 查询dual
dual
declare x varachar2(100); begin x := fct1('dd'); end;
或者,您也可以使用
select fct1('dd') from dual;