Created
August 10, 2020 14:50
-
-
Save recursivecodes/81a6ccbc6d4171d6412f4fe5af80bfb1 to your computer and use it in GitHub Desktop.
collection-insert.sh
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
SQL> soda insert testcollection {"name": "todd", "is_cool": true, "age": 43} | |
Json String inserted successfully. | |
SQL> soda insert testcollection {"name": "dominic", "is_cool": true, "age": 13} | |
Json String inserted successfully. | |
SQL> commit; | |
Commit complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment