提交 e7bf1f20 作者: guofeng

doc

上级 f965dd4a
...@@ -30,3 +30,16 @@ group by q.vbeln,r.pernr ...@@ -30,3 +30,16 @@ group by q.vbeln,r.pernr
CALL IDENTITY(); CALL IDENTITY();
SELECT IDENTITY_VAL_LOCAL() FROM SYSIBM.SYSDUMMY1; SELECT IDENTITY_VAL_LOCAL() FROM SYSIBM.SYSDUMMY1;
select dbinfo('sqlca.sqlerrd1') from sapabap1.systables where tabid=1; select dbinfo('sqlca.sqlerrd1') from sapabap1.systables where tabid=1;
select count(1) from system.vbap_log;
select count(1) from sapabap1.vbap_log;
select max(id),count(1),max(id)-100 from sapabap1.vbap_log;
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论