Skip to content

Instantly share code, notes, and snippets.

@kleong
Last active July 30, 2019 20:19
Show Gist options
  • Save kleong/75f236d678eb9aef9c338373dbf33d33 to your computer and use it in GitHub Desktop.
Save kleong/75f236d678eb9aef9c338373dbf33d33 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 |
+------------+------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment