Skip to content

Instantly share code, notes, and snippets.

@sanampatel
Last active August 17, 2017 13:49
Show Gist options
  • Select an option

  • Save sanampatel/b5e5bd6c190a0e8a4c7de4f6502c7f91 to your computer and use it in GitHub Desktop.

Select an option

Save sanampatel/b5e5bd6c190a0e8a4c7de4f6502c7f91 to your computer and use it in GitHub Desktop.
Move table from one database to another
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