Hi,
Any clue how this could be done in an easier way?
SELECT SUBSTR(string_x_, -- 1st param for SUBSTR
(INSTR(string_x_, 'IDENTITY') + 9), -- 2nd param for SUBSTR
(INSTR(string_x_, '^', INSTR(string_x_, 'IDENTITY')) - --3rd param for
(INSTR(string_x_, 'IDENTITY') + 9) -- SUBSTR
)
)
FROM DUAL;
Note: I want to find the value for IDENTITY in string_x_ = 'IDENTITY=IFSMIG^ROLE=MSS_RECRUITMENT_APPROVAL_LTU^'