Skip to content

Instantly share code, notes, and snippets.

@kleong
Last active July 30, 2019 20:19
Show Gist options
  • Save kleong/0599afce5a994aad02881e735dc7bc23 to your computer and use it in GitHub Desktop.
Save kleong/0599afce5a994aad02881e735dc7bc23 to your computer and use it in GitHub Desktop.
rockset> select mof.*
from new_collection, unnest(new_collection."my-other-field") as mof;
+------+-------+------+---------+
| c1 | c2 | c3 | c4 |
|------+-------+------+---------|
| this | field | has | changed |
+------+-------+------+---------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment