Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Starting from a known word, select the string between two chars.

df064b7a-3784-40c6-8c61-d0c307128d92Dec 4 2018 — edited Dec 10 2018

Hi all, I'm quite a rookie, so I beg you to be kind and to not launch me tomatoes with too energy

Starting from this (where "this" is a varchar):

|various text|other text|day: day_value|text again|

To obtain this:

day_value

Separator char is always pipe char, and the substr "day_value" I need, is always the first occurrence from the end (right) of the whole string.

Sadly, I must reach the goal using a 9i ver.

Any hint?

Best regards,


Gef.

Comments
Post Details
Added on Dec 4 2018
18 comments
461 views