会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
念时.net
博客园
首页
新随笔
联系
管理
2008年7月22日
SQL命令解析字符串。
摘要: declare @ids varchar(50) declare @str varchar(200) declare @i int set @ids='11,222,333'+',' while @ids '' begin set @str = substring(@ids,1,charindex(',',@ids)-1) set @ids = replace(@ids,@str+',',''...
阅读全文
posted @ 2008-07-22 17:15 念时
阅读(575)
评论(0)
推荐(0)
编辑
细节决定成败!态度决定一切!