msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

15 Dec 08 MySQL search and replace

Posted by

This is a simple SQL query to perform search and replace in a MySQL table

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

Tags:

Leave a Comment

You must be logged in to post a comment.