请问在SQL Server里有没有象ORACLE一样的建表语句, create table table1 as select * from table2 sql server:select * into newtable from oldtable