B
BusyProfessorFromBremen
Hey @ all,
at the moment there is one table existing which contains one big string in
one column. I would like to cut this string into its components and by doing
so generate smaller strings. These smaller strings should be copied into
another table where the colums heading stand for one string. Please see below.
State of the art:
ID STRINGCOLUMN
123 First, Last ; Second, Third; Forth, Fifth
321 First, Last ; Seventh, Third; Sixth, Fifth
Objective:
ID STRING1 STRING2 STRING3
123 First, Last Second, Third Forth, Fifth
321 First, Last Seventh, Third Sixth, Fifth
Any help will be greatly apreciated! Thank you very much in advance.
malte
at the moment there is one table existing which contains one big string in
one column. I would like to cut this string into its components and by doing
so generate smaller strings. These smaller strings should be copied into
another table where the colums heading stand for one string. Please see below.
State of the art:
ID STRINGCOLUMN
123 First, Last ; Second, Third; Forth, Fifth
321 First, Last ; Seventh, Third; Sixth, Fifth
Objective:
ID STRING1 STRING2 STRING3
123 First, Last Second, Third Forth, Fifth
321 First, Last Seventh, Third Sixth, Fifth
Any help will be greatly apreciated! Thank you very much in advance.
malte