Posts Tagged ‘lists’
Iterate through a list in T-SQL
Many is the time that I have had a list, perhaps created in the front-end of a program that, was pushed through to the database and then needed to be iterated through. Essentially I wanted a simple way to do what in JScript or CSharp is a String.Split(’,'), returning an array of strings.
