I have got +
delimited BLOB data in an oracle table.
Data:
2342-34-34+83898oov+4ncjj+jdjjd11kj+20-12-2017
I would like to extract this data and store it in an array
Expected output:
Array[1] Array[2] Array[3]
2342-34-34 83898oov 4ncjj
Do we have any way to achieve this in oracle without extracting data outside DB?
Note: Number of delimiter text varies for each record.
Oracle Setup:
Example Data:
Query 1 - As rows:
Output:
Query 2 - As columns:
Output: