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
.
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
.