判断临时表是否存在 IF OBJECT_ID('tempdb..#temp') is not null drop table #temp 相关文章: 2022-12-23 2022-12-23 2021-12-07 2022-12-23 2022-12-23 2021-06-15