Update a column value, replacing part of a string September 20, 2022 by Tarik UPDATE urls SET url = REPLACE(url, 'domain1.example/images/', 'domain2.example/otherfolder/')