I need to create a table-valued function, with just one col, that returns the multi-valued data in a table as single values
For example, this is my table:
And, this is what the table-valued function would return:
I've already read this post, but it seems unnecessarily complex .