Sql Server查找临时表,并删除: if exists(select * from tempdb..sysobjects where id=object_id('tempdb..#temp'))drop table #temp 相关文章: 2022-12-23 2022-12-23 2021-10-28 2022-02-12 2021-11-05