MySQL Find & Replace
This is a good "oh shit" tool... It's just a simple way to do a search and replace across all values in a column. It will replace every occurrence in the column so use with caution...
UPDATE `table` SET `column` = REPLACE(`column`, ‘find’, ‘REPLACE’)
Home | MySQL | MySQL Find & Replace
You’re currently reading “ MySQL Find & Replace ,” an entry on BRADINO
- Published:
- 3.24.07 / 9am
- Category:
- MySQL























Have your say