在存储过程中执行execute immediate 执行存储过程时,执行语句是
begin
语句;
end;
如果需要带参数
execute immediate 执行变量 using in xxx, out xxx
在这之前把语句的参数替换为:1,:2