select into 出错了
select * into newtable from oldtable
提示错误:该语句没有返回结果值
我之前有判断,如果newtable存在就删除
而且直接在sql server中该语句运行成功 select SQL?Server
[解决办法]
insert into newtable select * from oldtable