DM8运行此存储过程事务未提交,点击调试事务可以提交
试试以下方法,两种方法任选一种应该都可以正常执行sql提交事务 方法1: 把第7行开始事务的begin transaction;去掉 方法2: 把7、9、10行改为execute immediate 'update...';
试试以下方法,两种方法任选一种应该都可以正常执行sql提交事务
方法1:
把第7行开始事务的begin transaction;去掉
方法2:
把7、9、10行改为execute immediate 'update...';