mysql str_replace

Updated: 4th February 2023
Tags: mysql sql

UPDATE my_table SET column1 = REPLACE(column1, 'search string', 'replacement');