Created
December 4, 2019 20:36
-
-
Save mrcampbell/21fe42802a40391dc9d0d1816506a64a to your computer and use it in GitHub Desktop.
SQLC Medium Article
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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