oracle 创建暂时表

提交事务后会自己主动清空,不同的事务之间数据隔离
create global temporary table GLS_REPORT_EXPR
(
  EXPRNO VARCHAR2(30) not null,
  EXPR   VARCHAR2(1024)
)
on commit delete rows
posted @ 2017-05-23 12:27  jhcelue  阅读(168)  评论(0编辑  收藏  举报