07 2017 档案

摘要:set @str=‘WX15-53-H-53-99-15-335-23’; select @str as '字符串' select len(@str) as '字符长度' select charindex('-',@str,1) as '第一个逗号的索引值' select LEFT(@str,cha 阅读全文
posted @ 2017-07-14 16:32 LuoCore 阅读(1425) 评论(0) 推荐(0) 编辑