2017年10月14日

摘要: 需求:实际项目中需要截取第2到第3个逗号中间部分的内容 方案: declare @str nvarchar(50);set @str='11,222,3333,44444';select @str as '字符串'select len(@str) as '字符长度'select charindex( 阅读全文
posted @ 2017-10-14 14:35 贪狼木星 阅读(847) 评论(0) 推荐(0)

导航