I'm using Oracle 11g database which contains data where in I want to replace a dynamically generated text with a dummy text using a oracle query. For e.g my column in table contain data :
Hello Mike, Your registered no. is 3525. Kindly check the same .
Now the issue is, Name of customer i.e. 'Mike' can be dynamic that is why I'm not able to use SUBSTR function. And I want to replace 3525 with XXXX
E.g Hello Mike, Your registered no. is XXXX. Kindly check the same.
Please help me with the issue. I'm using Oracle 11g