`

笔记通过查询创建表

阅读更多

Oracle 感觉语法比较易读:

create table1 as select * from table2;

SqlServer 用Oracle的方式行不通,搜索发现下面的方法:

select * into T_TableRecordDetail from V_TableRecordDetail where 1=2;

 

0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics