oracle的写法与sql server不一样,老是只记得sql server的写法,记不住oracle的。
现在专门记录一下。
create table newtablename
as select * from tablename where rownum<0;
---上面只复制了结构没有数据,想要有数据,把where条件移去即可。
oracle,根据查询结果结构创建新表
标签:where server acl rownum ble new sel creat 结果
查看更多关于oracle,根据查询结果结构创建新表的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did117401