24th Jul, 2007

Replace particular string with another in mysql

To replace particular string with
another in mysql use the following command

update tablename set field =
replace(field,’search_for_this’,'replace_with_this’);

Leave a response

Your response:

Categories and Tags

Advertising