MySQL: Global find & replace

Global find & replace is easy in MySQL:

UPDATE table_name SET column_name = replace(column_name, "searchString", "replaceString");

One response to “MySQL: Global find & replace”

  1. […] the original post: MySQL: Global find & replace | Tequila Fish If you enjoyed this article please consider sharing […]