Skip to content

Instantly share code, notes, and snippets.

@mrcampbell
Created December 4, 2019 20:36
Show Gist options
  • Save mrcampbell/21fe42802a40391dc9d0d1816506a64a to your computer and use it in GitHub Desktop.
Save mrcampbell/21fe42802a40391dc9d0d1816506a64a to your computer and use it in GitHub Desktop.
SQLC Medium Article
-- name: SetPreProvisionFields :exec
UPDATE provisions
SET provisioned_at = now(),
location_id = $2
WHERE salesforce_opportunity_id = $1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment