Hi,
I have one table with two columns in one column Names of different Teams are stored and in other columns ....different departments are stored, basically these departments are divided into 3 categories say category 1, category 2, category 3 and are stored in second column in this format Category 1 | category 2 | Category 3 means these 3 categories are differencited with PIPE symbol, so my task is put these categories into 3 different columns.
e.g
TEAMS Departments
ABDteam Finance,Cost Centre | Oranization,Health |HR
XGHteam Finance | Oranization,Health |HR
FJUteam Finance,Cost Centre | Oranization |HR
I have tried similar problem with oracle 10g database using regular expressions but i guess oracle 8i is not compatible with regular expression.
so anyone could help me...
Thanks in Advance
I have one table with two columns in one column Names of different Teams are stored and in other columns ....different departments are stored, basically these departments are divided into 3 categories say category 1, category 2, category 3 and are stored in second column in this format Category 1 | category 2 | Category 3 means these 3 categories are differencited with PIPE symbol, so my task is put these categories into 3 different columns.
e.g
TEAMS Departments
ABDteam Finance,Cost Centre | Oranization,Health |HR
XGHteam Finance | Oranization,Health |HR
FJUteam Finance,Cost Centre | Oranization |HR
I have tried similar problem with oracle 10g database using regular expressions but i guess oracle 8i is not compatible with regular expression.
so anyone could help me...
Thanks in Advance