MySQL Mass Text/String Replace

UPDATE table_name SET column = REPLACE(column, 'old_text', 'new_text');

source

Leave a Reply