08 2020 档案
SQL 字符串分隔函数
摘要:查询某个 逗号分隔的字段 select * from AccInformation a where '启用' in( select * from dbo.fnSplitStr(cCaption,',')) select * from dbo.fnSplitStr('1,2,3',',') CREAT 阅读全文
posted @ 2020-08-04 14:22 苏上话 阅读(654) 评论(0) 推荐(0)