Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Last active August 10, 2020 14:54
Show Gist options
  • Save recursivecodes/f170e4b7f3f4a51b17b1a64f49946833 to your computer and use it in GitHub Desktop.
Save recursivecodes/f170e4b7f3f4a51b17b1a64f49946833 to your computer and use it in GitHub Desktop.
select2.sh
SQL> select
2 tc.id, tc.created_on, tc.last_modified,
3 tc.json_document.name, tc.json_document.age
4 from testcollection tc
5 where tc.json_document.name = 'todd';
ID CREATED_ON LAST_MODIFIED NAME AGE
___________________________________ __________________________________ __________________________________ _______ ______
DBBA0A6CF5AB4093A0819A53CDE3CD99 05-AUG-20 11.15.50.638289000 PM 05-AUG-20 11.15.50.638289000 PM todd 43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment