摘要:
1.处理一个字符串的并用特定的字符分割获取的值declare @varstr nvarchar(200)='2,3,5,6'declare @strindex int declare @strlastindex int declare @strvalue nvarchar(13)while(LEN(@varstr)>0)beginset @strindex= charindex(',',@varstr) if(@strindex=0) begin set @strvalue=@varstr set @varstr='' end else b 阅读全文
posted @ 2013-02-21 10:48
sulin
阅读(246)
评论(0)
推荐(0)

浙公网安备 33010602011771号