I have the data in a CLOB field shown below.
[1/13/2022-12:43:36-u12178-s320323]Advance Drop[1/14/2022-00:33:15-u0-s0]Drop<BR>
I use Oracle DBMS. I want to separate the first date, that is 1/13/2022
, into its own column. I also want to separate the first time, that is 12:43:36
, into another column . And last, I want to have the number after the first u
, being 12178
, in a separate column .
I work in K-12 Education and this is for a work related project. Would appreciate a help. Thank you.
Output:
Col 1 | Col 2 | Col 3 |
---|---|---|
1/13/2022 | 12:43:36 | 12178 |