Hi,
I have a column where data is seperated by a delimiter, in this case a '\' I am looking for a way to format the output of a query so that I can seperate the data held between the delimiter, for example, if I have the column:
aaa\bbbb\cccccc\dddddd\eeeeeeee
I would like to format it as follows:
aaa :
bbbb :
cccccc :
dddddd :
eeeeeeee :
Any help would be greatly appreciated!
Thanks.
I have a column where data is seperated by a delimiter, in this case a '\' I am looking for a way to format the output of a query so that I can seperate the data held between the delimiter, for example, if I have the column:
aaa\bbbb\cccccc\dddddd\eeeeeeee
I would like to format it as follows:
aaa :
bbbb :
cccccc :
dddddd :
eeeeeeee :
Any help would be greatly appreciated!
Thanks.