waterye

复制表

复制表结构和数据
create table new_table as select * from old_table;

复制表结构
create table new_table as select * from old_table where 1=0;

posted on 2005-09-02 21:58 waterye 阅读(366) 评论(0)  编辑  收藏 所属分类: oracle