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
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:
Post a Comment