Hello all,
I'm working on Oracle 10g.One of the column's of my table stores data, as sampled below.
1722999340KK000200000 1444210829AB1001EX003 1444300000CD0148EX003 1722999340KL000200000
I want to split the data in the ratio of digits ( 4 ; 6; 6; 5) as shown below and store it in different columns
( A1 || A2 || A 3 || A4 ) 1444 || 210829 || AB1001 || EX003
Appreciate if someone can give me some pointers on how to achieve the same.