Skip to content

Instantly share code, notes, and snippets.

@sankalpjonn
Created June 12, 2021 15:12
Show Gist options
  • Save sankalpjonn/7a82f30ecafd44384cd55faeaa30a2cc to your computer and use it in GitHub Desktop.
Save sankalpjonn/7a82f30ecafd44384cd55faeaa30a2cc to your computer and use it in GitHub Desktop.
UPDATE "record"
SET "name" = 'new record name',
"created_at" = '2021-06-12T15:09:05.019020+00:00' :: timestamptz,
"is_deleted" = FALSE
WHERE ""id" = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment