Acerca de Linux, BSD y notas personales

MySQL search and replace

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

Leave a comment

You must be logged in to post a comment.