CapsuleCorpJX
IS-IT--Management
Is there a replace string function in Stored Procedure?
Like
newstring = string_replace(oldstring, <old value>, <new value);
Or bascially look for a substring = <old value> in oldstring, and replace it with <new value> and store it in newstring.
Like
newstring = string_replace(oldstring, <old value>, <new value);
Or bascially look for a substring = <old value> in oldstring, and replace it with <new value> and store it in newstring.