Skip to content

Instantly share code, notes, and snippets.

@ChrisHastieIW
Created July 29, 2020 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisHastieIW/9fc34ce25b454d67f100a502f3f4d0a1 to your computer and use it in GitHub Desktop.
Save ChrisHastieIW/9fc34ce25b454d67f100a502f3f4d0a1 to your computer and use it in GitHub Desktop.
INSERT INTO my_table (col_a, col_b, col_c)
VALUES
(1, 2, 3)
, (4, 5, 6)
, (7, 8, 9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment