摘要:
if object_id('tempdb..#regionChildPurchase') is not null Begin DROP TABLE #regionChildPurchase End if exists(select * from tempdb..sysobjects where id=object_id('tempdb..##TEMP_TBL')) P... 阅读全文
posted @ 2016-12-04 19:50
xfyn
阅读(3343)
评论(0)
推荐(0)