提交事务后会自己主动清空,不同的事务之间数据隔离
create global temporary table GLS_REPORT_EXPR
(
EXPRNO VARCHAR2(30) not null,
EXPR VARCHAR2(1024)
)
on commit delete rows
时间: 2024-10-23 20:04:03
提交事务后会自己主动清空,不同的事务之间数据隔离
create global temporary table GLS_REPORT_EXPR
(
EXPRNO VARCHAR2(30) not null,
EXPR VARCHAR2(1024)
)
on commit delete rows