注册

存储过程里面使用临时表

@航℡ 2023/10/28 1230 10

为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。
【DM版本】:
【操作系统】:
【CPU】:
【问题描述】*:存储过程里面创建临时表,并使用,创建的语句写进去会提示编译错误。

create or replace procedure HJ.upPrc_Test
as
begin
	CREATE global temporary TABLE TempReal 
	(id int) on commit preserve rows;
	
end;
回答 0
暂无回答
扫一扫
联系客服