Skip to content

Instantly share code, notes, and snippets.

@kleong
Last active July 30, 2019 20:19
Show Gist options
  • Save kleong/b5a4f5c48863559fefc811996dbf7e2c to your computer and use it in GitHub Desktop.
Save kleong/b5a4f5c48863559fefc811996dbf7e2c to your computer and use it in GitHub Desktop.
rockset> select "my-field", "my-other-field"
from new_collection;
+------------+---------------------------------------------------------------+
| my-field | my-other-field |
|------------+---------------------------------------------------------------|
| doc1 | some text |
| doc2 | [{'c1': 'this', 'c2': 'field', 'c3': 'has', 'c4': 'changed'}] |
+------------+---------------------------------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment