Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created August 10, 2020 14:52
Show Gist options
  • Save recursivecodes/454992c44950feeff29e02629088ecbd to your computer and use it in GitHub Desktop.
Save recursivecodes/454992c44950feeff29e02629088ecbd to your computer and use it in GitHub Desktop.
select.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;
                                 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     
B464467C808C4CFBA6C0EBD76CF5A73E    05-AUG-20 11.15.57.787655000 PM    05-AUG-20 11.15.57.787655000 PM    dominic    13     
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment