Quick T-Sql to parse a delimited string - Raymond Lewallen [MVP]
Quick T-Sql to parse a delimited string - Raymond Lewallen [MVP]
This is also a good way to parse a string in sql.
Very useful when you need to pass an array as a parameter to a store procedure.
This version uses patindex, left and stuff functions
keywords:Transac sql, delimiter,parse,patindex, left ,stuff
This is also a good way to parse a string in sql.
Very useful when you need to pass an array as a parameter to a store procedure.
This version uses patindex, left and stuff functions
keywords:Transac sql, delimiter,parse,patindex, left ,stuff
Comments