Skip to content

Instantly share code, notes, and snippets.

@rgwozdz
Last active June 16, 2017 20:00
Show Gist options
  • Select an option

  • Save rgwozdz/e3334397dea8f0c784a3e5c78d16c9f5 to your computer and use it in GitHub Desktop.

Select an option

Save rgwozdz/e3334397dea8f0c784a3e5c78d16c9f5 to your computer and use it in GitHub Desktop.
INSERT INTO FROM SELECT
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