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
评论已关闭
热门帖子
- 12025-12-01浏览数:182759
- 22023-05-09浏览数:25052
- 42023-09-25浏览数:18521
- 52020-05-11浏览数:17526