摘要:
declare @str nvarchar(100)set @str='a,b,c,d,e,f'declare @start intdeclare @v nvarchar(100)declare @i intselect @i=len(@str)while @i>0 begin select @start=charindex(',',@str) -- print @start select ... 阅读全文
posted @ 2009-10-28 15:39
亲,注意身体
阅读(297)
评论(0)
推荐(0)
浙公网安备 33010602011771号