Skip to content

Instantly share code, notes, and snippets.

@tochi
Created July 27, 2019 01:52
Show Gist options
  • Save tochi/63f0e739ed7bfbf23ac98cd8bfc37cdd to your computer and use it in GitHub Desktop.
Save tochi/63f0e739ed7bfbf23ac98cd8bfc37cdd to your computer and use it in GitHub Desktop.
ON CONFLICT (id) DO UPDATE SET "title"=EXCLUDED."title","updated_at"=EXCLUDED."updated_at" RETURNING "id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment