Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. rockset> SELECT
  2. text AS hashtag
  3. FROM
  4. twitter_collection:entities.hashtags AS hashtags
  5. WHERE
  6. text IS NOT NULL
  7. GROUP BY
  8. text
  9. ORDER BY
  10. COUNT(*) DESC
  11. LIMIT 5;
  12. +-----------------+
  13. | hashtag |
  14. |-----------------|
  15. | GRAMMYs |
  16. | TearItUpBTS |
  17. | Grammys |
  18. | ROSÉ |
  19. | music |
  20. +-----------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement