Last active
August 17, 2017 13:49
-
-
Save sanampatel/b5e5bd6c190a0e8a4c7de4f6502c7f91 to your computer and use it in GitHub Desktop.
Move table from one database to another
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
| alter table my_old_db.mytable rename my_new_db.mytable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment