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

被折叠的 条评论
为什么被折叠?