SQL 存储过程笔记一、SQL 存储过程之游标
--- 测试select * from dbo.split('a,b,c,d' , ',')/*col-----abcd*/
应用时使用:select * from table where id in dbo.split('a,b,c')