Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Thursday, June 29, 2017

Whole list from csv

SQLServerCentral » Latest topics
Whole list from csv
I get returned a table where objectname can be a list of objects separated by a comma.
E.g.
Objectname
A
B,C,D
E,F
G
G,H,OK

How can I return 1 list (table) that has all of these objects. So that I can say:
Select n

No comments: