I need to replace a particular character of one in oracle.
For example:
cadena= '12121113'
and what I need is to change the "1" to a "2" but only the "1" that is in the 3 position.
and return the modified result.
As a result, there should be '12221113'
.
I hope you have explained me well.