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]