Find and Replace in Mysql

Simple but very useful MySQL trick... UPDATE `table` SET `field` = REPLACE ( `field` , '{string to find}', '{replacement string}' )
Tagged data storage

Comments (0)

Add a Comment

Meta