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 阅读(351) 评论(0)  编辑  收藏 所属分类: oracle


只有注册用户登录后才能发表评论。


网站导航: