ESquared, unfortunately, I didn't design this table, I am just using it...
Okay, so now I have a function which I can call like below...
SELECT * FROM Split('abc,def,123',',')
And it returns abc,def,123 on their own rows. How would I get this to input a column from another SQL table...