-----删除临时表 IF OBJECT_ID(‘tempdb..#tbEventList‘) IS NOT NULL DROP TABLE #tbEventList
删除临时表
原文:https://www.cnblogs.com/zengtianli/p/8625270.html