摘要: create table table_name_copy as select * from table_name where rownum < 1; 阅读全文
posted @ 2011-11-28 11:26 Junde 阅读(150) 评论(0) 推荐(0) 编辑