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