--正确的临时表删除操作 if object_id('tempdb..#tempTable') is not null Begin drop table #tempTable End 转载于:https://www.cnblogs.com/527289276qq/p/6071153.html