Created
May 11, 2017 23:00
-
-
Save vincentdesmares/1e47226ec123811891567bd8d19fd328 to your computer and use it in GitHub Desktop.
This file contains 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
-- Copy data from the non partitioned to the partitioned version: | |
INSERT INTO tablename_with_partition SELECT * tablename; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment