摘要: oralce 有两种临时表 a.会话级临时表 b.事物级临时表 A.事物级临时表 语法 create global temporary table table_name( col1 type1, col2 type2, ................) on commit delete rows; 阅读全文
posted @ 2017-10-11 00:08 杨杨yang 阅读(248) 评论(0) 推荐(0)