これでうまくいくと思います: UPDATE table SET field = REPLACE(field, 'string', 'anothervalue') WHERE field LIKE '%string%';