This question is related to separating data from one column and putting it into multiple other columns.
I have a column that hold record data like;
original table called - character_Collection
Columns id,text
id=1 text = ('10596=MAD 10999=THE 11555=HATTER 16666= ')
Yes there is always a space after the equals if there is no Data.
I think I need to use the case commands to move the data to the column.
Oracle DB
Please can someone advise, I would like to make the columns look like;
id first second third fourth
1 THE MAD HATTER null