Replace only first occurence in the string
Hi
Do we have function in sql where in only the first occurence in the string is replace with the desired string.
Example:
original string: 'Oracle is the best. Oracle is great'
Now, i need to change only the first occurrence of oracle
modified string:'Replaced is the best. Oracle is great'
do we have any function to do this?