Skip to content

Instantly share code, notes, and snippets.

@ValentinMouret
Created July 6, 2022 06:09
Show Gist options
  • Save ValentinMouret/aef5cb4bc51b598ea97c4a271dcc41bc to your computer and use it in GitHub Desktop.
Save ValentinMouret/aef5cb4bc51b598ea97c4a271dcc41bc to your computer and use it in GitHub Desktop.
insert into user
  (id, email)
  values ('c4ca4238a0b923820dcc509a6f75849b', 'foo@bar.com'),
  ('c81e728d9d4c2f636f067f89cc14862c', 'alice@bob.org');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment