--Oracle的语句
create table sa_salaryRecord as select * from sa_salary where 1=2;
--MSSQL的语句
select * into sa_salaryRecord from sa_salary where 1=2;
注:1=2目的是为了防止数据的复制
本文转自 netcorner 博客园博客,原文链接:http://www.cnblogs.com/netcorner/p/3547984.html ,如需转载请自行联系原作者