Sunday, April 17, 2005

Mysql Search and Replace example

Doing search and replace in mysql, e.g.:

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

1 comment:

mysql said...

Hi, thanks for this useful post, i want to move my blog to another domain, and i need this to update all url on my blog post.