摘要: 判断临时表是否存在 IF OBJECT_ID('tempdb..#temp') is not null drop table #temp 阅读全文
posted @ 2020-12-27 15:38 yclizq 阅读(113) 评论(0) 推荐(0)