To replace particular string with
another in mysql use the following command
update tablename set field =
replace(field,’search_for_this’,'replace_with_this’);
Jul 24th, 2007 by L J Arthur Neil
To replace particular string with
another in mysql use the following command
update tablename set field =
replace(field,’search_for_this’,'replace_with_this’);