1. 首页
  2. 数据库
  3. SQLServer
  4. SQL实现字符串拆分2函数:splitstr,GetCharItem

SQL实现字符串拆分2函数:splitstr,GetCharItem

上传者: 2019-04-15 11:11:20上传 TXT文件 1.39KB 热度 36次
--用法 select * from dbo.splitstr('a,b,c,d,e') --返回表格 a b c d e --用处 select * from tbtable where ZID in (select ZValue from dbo.splitstr('a,b,c,d,e')) --用法 select dbo.GetCharItem('A,B,C,DE,F,GH',',',4) --返回 DE
用户评论