Last active
June 16, 2017 20:00
-
-
Save rgwozdz/e3334397dea8f0c784a3e5c78d16c9f5 to your computer and use it in GitHub Desktop.
INSERT INTO FROM SELECT
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 table_target (col1,col2) (SELECT col1, col2 FROM table_source); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment