Created
April 13, 2017 18:37
-
-
Save marcosnakamine/35a84b2b0f6d2e60a6d4b950be7c2fc9 to your computer and use it in GitHub Desktop.
MySQL - Copy all rows from other database
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
INSERT INTO database1.table | |
SELECT * FROM database2.table |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment