当前位置: 代码迷 >> Sql Server >> 请教小弟我用查询分析器里输入select * into #temp1 from (select.)
  详细解决方案

请教小弟我用查询分析器里输入select * into #temp1 from (select.)

热度:300   发布时间:2016-04-27 21:58:36.0
请问我用查询分析器里输入select * into #temp1 from (select......)
在上面的语句中当我再次运行时,会提示数据库里已经存在#temp1这个表.怎么样才能删除这个临时表呢
thanks

------解决方案--------------------
drop table #temp1
  相关解决方案