hi,
Is there any function to deconcatinate a string.
My table has a COLUMN VALUE: SCOTT/TIGER/HEAD/TAIL.
I need to extract the string and put into 4 seperate columns. how do we do this. we can concatinate strings(|| or concat function), I donot know the other way.
table1
------
column name
------------
SCOTT/TIGER/HEAD/TAIL
I need to read the column and extract into 4 diff columns.
firstname LASTNAME MIDDLENAME AKA
---------- -------- ---------- ----
SCOTT TIGER HEAD TAIL
Thanks for your help.
Is there any function to deconcatinate a string.
My table has a COLUMN VALUE: SCOTT/TIGER/HEAD/TAIL.
I need to extract the string and put into 4 seperate columns. how do we do this. we can concatinate strings(|| or concat function), I donot know the other way.
table1
------
column name
------------
SCOTT/TIGER/HEAD/TAIL
I need to read the column and extract into 4 diff columns.
firstname LASTNAME MIDDLENAME AKA
---------- -------- ---------- ----
SCOTT TIGER HEAD TAIL
Thanks for your help.