Skip to content

Instantly share code, notes, and snippets.

@glowacki-dev
Created October 10, 2017 07:27
Show Gist options
  • Save glowacki-dev/3a48c6d5256a275a0f89951abdd241f9 to your computer and use it in GitHub Desktop.
Save glowacki-dev/3a48c6d5256a275a0f89951abdd241f9 to your computer and use it in GitHub Desktop.
Batch insert with Postgres
INSERT INTO `foo` (`bar`, `baz`) VALUES (1, 2), (3, 4), …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment