Back to Playground Home

Replace search value in string

SELECT replace(string_field, 'a', 'z'), string_field
FROM users