摘要: -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; begin CREATE TABLE #T ( EVENTTYPE VAR 阅读全文
posted @ 2021-05-14 09:18 望着天的蜗牛 阅读(710) 评论(0) 推荐(0) 编辑