spaetzblog

Stuff that doesn't matter

MySQL search and replace

Thu, 26 Oct 2006 [comments]
update tablename set field = replace(field,'search_for_this','replace_with_this');
blog comments powered by Disqus