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!

Using REGEXP_REPLACE expreesion

user222Mar 13 2021

hi all
please I Need yours help
I need replace any txt between 'txt1' to &txt1 for example
the text before : result value ='5' and another result ='99' etc......
I need output : result value =&5 and another result =&99 etc......

Using Oracle Database 12c
Thanks In advance

This post has been answered by mathguy on Mar 13 2021
Jump to Answer
Comments
Post Details
Added on Mar 13 2021
3 comments
887 views