GBase 8s
安装配置
文章

临时表的操作

GBase社区管理员
发表于2023-05-11 17:07:0683次浏览0个评论

方式1:

create temp table tmp_tab1(id int) with no log;

方式2:

select *  from tab into temp tmp_tab with no log;

相关参数:

TEMPTAB_NOLOG 1

DBSPACETEMP    

评论已关闭