Oracle 用子查询建立表

语法是 create table TMP_TB1 as select * from TB1 与sybase的语法不一样: sybase 是这样的 select * into TMP_TB1 from TB1
相关文章
相关标签/搜索