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

请问我用查询分析器里输入select * into #temp1 from (select......)在上面的语句中当我再次运行时,会提示

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

[解决办法]
drop table #temp1