SQL delimited string parsing…
One day, while working, I found a way to parse a string that is made up of a character-delimited set of values. I’ve tested it using comma’s, vertical pipes, colons, spaces, etc. I did modify the original code I found to make it a little simpler. I don’t remember where…