/ Published in: MySQL
Used to update a database field using search replace.
Expand |
Embed | Plain Text
UPDATE `table` SET fieldname = REPLACE( fieldname, "fromthis", "tothis" )
You need to login to post a comment.
