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