find and replace function in MySqL

admin

Administrator
Staff member
Greetings All,

I am wondering if there is any command in MySQL that will accomplish a "find and replace"?

For instance something that would

FIND "bear" in table_name and replace with "bare";

Find all instances of one string and replace it with another.

Thanks for any help you can provide.

Christopher
 
Back
Top