aguu125 发表于 2013-1-30 00:17:52

oracle 临时表

创建临时表的语法:
CREATE GLOBAL TEMPORARY TABLE table"(" column datatype [{ NULL | NOT NULL}][, column datatype [ {NULL | NOT NULL} ]... ")"ON COMMIT {DELETE | PRESERVE } ROWS ;
<div class="quote_title">引用
页: [1]
查看完整版本: oracle 临时表