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;