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.
SQL の知識が限られているため、HANA データベースでプロシージャを作成します。ここにコードの一部を示します。
次を実行すると、エラーが発生しますError creating procedure;scalar type is not allowed: line 25 col 39 (at pos 1037) at ptime/query/checker/check_proc.cc:383。スカラー変数は何を指定していますか? 立ち往生しています助けてください。
Error creating procedure;scalar type is not allowed: line 25 col 39 (at pos 1037) at ptime/query/checker/check_proc.cc:383
推測ですが、32行目で
SELECT :ORGID_ARTIKEL into ...
おそらくあなたが意味する
SELECT "ORGID_ARTIKEL" into ...