UPDATE table_name SET column = REPLACE(column, 'old_text', 'new_text');
source
You must be logged in to post a comment.