Skip to content

Instantly share code, notes, and snippets.

@hsteiger
Last active March 26, 2020 18:59
Show Gist options
  • Save hsteiger/12cccacc1e280b26792110e8c2d7181d to your computer and use it in GitHub Desktop.
Save hsteiger/12cccacc1e280b26792110e8c2d7181d to your computer and use it in GitHub Desktop.
update email_lists set name = concat('ZZZZ listas-sort-', listid);
mysql -uroot -h127.0.0.1 -e "update email_lists set name = concat('ZZZZ listas-sort-', listid);" sistema
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment