Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

mysql find and replace

UPDATE `table` SET `column` = replace(`column`, 'find text', 'replace text')
 
PREVIOUS NEXT
Tagged: #mysql #find #replace
ADD COMMENT
Topic
Name
3+6 =