Skip to content

Instantly share code, notes, and snippets.

@enlacee
Created August 1, 2016 15:01
Show Gist options
  • Save enlacee/ba553bd6af499f6e365c232e1bf4d354 to your computer and use it in GitHub Desktop.
Save enlacee/ba553bd6af499f6e365c232e1bf4d354 to your computer and use it in GitHub Desktop.
UPDATE your_table
SET your_field = REPLACE(your_field, 'articles/updates/', 'articles/news/')
WHERE your_field LIKE '%articles/updates/%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment