Junde's Cybervilla
木风子
博客园
::
首页
::
新随笔
::
联系
::
订阅
::
管理
::
6 随笔 :: 0 文章 :: 5 评论 :: 0 引用
公告
2011年11月28日
#
oracle复制表结构
create table table_name_copy as select * from table_name where rownum < 1;
posted @ 2011-11-28 11:26 Junde 阅读(10) 评论(0)
编辑