2014年12月16日
摘要: USE IS21_xxx;if object_id('tempdb..#tmp') is not null drop table #tmpcreate table #tmp (cntr nvarchar(10),ip nvarchar(50))insert into #tmpVALUES('1049... 阅读全文
posted @ 2014-12-16 23:25 choisun 阅读(609) 评论(0) 推荐(0)