Loading

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');

SHARE TWEET

Thank you for reading this article Mysql Search and Replace example With URL http://x-tutorials.blogspot.com/2005/04/mysql-search-and-replace-example.html. Also a time to read the other articles.

0 comments:

Write your comment for this article Mysql Search and Replace example above!