Last active
March 26, 2020 18:59
-
-
Save hsteiger/12cccacc1e280b26792110e8c2d7181d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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