Skip to content

Instantly share code, notes, and snippets.

@koskimas
Last active November 15, 2021 06:32
Show Gist options
  • Select an option

  • Save koskimas/967fa4557033f1e2c884e015d1a406cd to your computer and use it in GitHub Desktop.

Select an option

Save koskimas/967fa4557033f1e2c884e015d1a406cd to your computer and use it in GitHub Desktop.
insert into "person" (id, first_name, last_name)
values ($1, $2, $3)
on conflict ("id") do nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment