Just to add one more thing to what Qaiser suggested, you can also use recursive SQL to replace more than one occurances of a string.
By the way in your example, you are not replacing one particluar string rather the string is changing in every value. So the query given by Qaiser will serve your purpose.
↧