Есть ли аналог str_replace() из PHP в MySQL?

Есть:

UPDATE table_name SET field_name = REPLACE(field_name, 'old string', 'new string');