Last active
June 15, 2021 18:35
-
-
Save LeoFalco/2f7b817e19b3be2bf3f3cc7721cbc748 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
update table set target_column=jsonb_set(source_column::jsonb, '{targetProperty}', 'newValue'::jsonb, true)::text where false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment