我遇到过这段代码......这是Pl/Sql吗?你觉得它是什么?
[Script 1.0]
script package up is
import native def_1;
procedure p(
i_g text
)
is
l_txt text;
begin
with mem_m(idx) as msg do
with book_aud(evt_id) as book do
book.upd_pkt(
evt_nr => i__nr
,ref_nr => msg.h.id
,account_nr => msg.h.id
,status => '1'
);
end with;
end with;
end p;
Run Code Online (Sandbox Code Playgroud)
我很惊讶进口和结束;
这不是完整的代码.它是它的简化版本.它还包含熟悉的元素,例如:
c_max constant number := 95;
c_VE_BA constant text := 'A07000';
-- comment
if i_mt is null then
return rpad('/',16);
else
if i_id = zconst_.c_JPY then
l_fmt := '9999999999999999';
else …Run Code Online (Sandbox Code Playgroud) 如何在Avaloq脚本中转义字符串文字中的字符?我一直无法找到明确的答案.
我试图在AMI中包含新行字符和翻译引用
我想知道谁使用avaloq脚本编程.它有什么好处?它是干什么用的?
它是什么样子的?