Replacing Character by position
B RApr 30 2009 — edited Sep 3 2012Hi All,
I am not sure if any body came across this scenario.But I have requirement like follows.
I need to replace a particular charater (position wise) with another charater.
Lets take example: string="world"
I need to replace character no.4 with say "S".
so the final string would be "worsd".
Is there any inbuild function given by oracle for performing this?
I am using Oracle 10g.
Your comments are important.
Regards,
Tarak