Skip to content

Instantly share code, notes, and snippets.

@joekolade
Created April 8, 2023 14:12
Show Gist options
  • Select an option

  • Save joekolade/502bd8e7495b223c7bcd99c6829cb11d to your computer and use it in GitHub Desktop.

Select an option

Save joekolade/502bd8e7495b223c7bcd99c6829cb11d to your computer and use it in GitHub Desktop.
[DB replace string]
UPDATE tt_content
SET bodytext = replace(bodytext, "a", "b");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment