Skip to content

Instantly share code, notes, and snippets.

@kleong
Created August 13, 2019 00:29
Show Gist options
  • Save kleong/f7e91e871ea73a16d3c68c913492b83e to your computer and use it in GitHub Desktop.
Save kleong/f7e91e871ea73a16d3c68c913492b83e to your computer and use it in GitHub Desktop.
rockset> SELECT
col.name
FROM
twitter_collection:entities.user_mentions AS col
WHERE
typeof(col.name) = 'string'
LIMIT 5;
+------------------------------------+
| name |
|------------------------------------|
| Nina Dobrev |
| H.E.R. |
| nctea |
| StopVientresAlquiler |
| 小林由依1st写真集_3月13日発売_公式 |
+------------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment