Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Created December 3, 2019 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldenson11/4064b5540e4d0d29e1cd49e4e5f86270 to your computer and use it in GitHub Desktop.
Save ldenson11/4064b5540e4d0d29e1cd49e4e5f86270 to your computer and use it in GitHub Desktop.
-- group by source
SELECT source, count(*)
FROM tweets
GROUP BY source;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment