Skip to content

Instantly share code, notes, and snippets.

@guimadaleno
Last active March 8, 2022 18:31
Show Gist options
  • Save guimadaleno/9360233 to your computer and use it in GitHub Desktop.
Save guimadaleno/9360233 to your computer and use it in GitHub Desktop.
Find and replace string data on multiple rows
UPDATE `table` SET `column` = REPLACE(`column`, 'origin', 'destiny');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment