MySQL search and replace some text in a field

What MySQL query will do a text search and replace in one particular field in a table?

I.e. search for foo and replace with bar so a record with a field with the value hello foo becomes hello bar.

7 Answers
7

Leave a Comment