为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】: 【操作系统】: 【CPU】: 【问题描述】*:MySQL迁移到达梦
create or replace procedure a (sqlstr in varchar(1000)) as begin truncate table test; end;
MySQL前面加了 start transtction
execute immediate 'truncate table test'; end; 这种可以执行
execute immediate 'truncate table test';
end; 这种可以执行