Question
Help - Cannot Remember how to do this !
I have a string data separated by a comma : xxx,aaa,bbb,ccc,ddd,eee,yyy, etc..... stored in sql table.
What is the command/technique to break up this string and display this data one on top of another :
xxx
aaa
bbb
ccc
ddd
eee
yyy
I remember doing it before but cannot remember how to do it and dont know what it is called to research.
Thanks
