Last active
July 31, 2019 23:34
-
-
Save benhannel/79d0eb3ba82685a515fa6ebfb8ff38a2 to your computer and use it in GitHub Desktop.
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
INSERT INTO company_regions | |
SELECT * | |
FROM json_populate_record(NULL::company_regions, | |
'{"region_id":"10","company_regions":"British Columbia","country":"Canada"}') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment