10 2015 档案
tsql 循环id读取
摘要:declare @IDList as varchar(max)declare @ID as int declare @i as intset @IDList=''select @IDList=@IDList + cast(id as varchar(50)) + ',' from tablewhil... 阅读全文
posted @ 2015-10-10 16:34 一粒沙 阅读(421) 评论(0) 推荐(0)