Skip to content

Instantly share code, notes, and snippets.

@memorycraft
Created September 21, 2011 11:55
Show Gist options
  • Save memorycraft/1231864 to your computer and use it in GitHub Desktop.
Save memorycraft/1231864 to your computer and use it in GitHub Desktop.
リネーム1
mysql> rename table
gift_dummy to gift_delete,
gift to gift_dummy,
gift_vp to gift;
Query OK, 0 rows affected (0.03 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment