1.oracle 复制表结构 不要内容

create table 表1 as select * from 表2 where 1=2

2.oracle 复制表结构 要内容

create table 表1 as select * from 表2

05-11 19:50