operand is one of the following: constant is a number or a quoted character string (or other special notation) that indicates a fixed value. Constants are also called literals. Constants are described ...
Ok, seeing as how I couldn't find a split() function in T-SQL, and I need to import data from a Table that has this concatenated field of ID's, I wrote my own split function: Code: CREATE Function ...