Skip to content

Instantly share code, notes, and snippets.

@atopal
Created March 12, 2013 13:38
Show Gist options
  • Save atopal/5142915 to your computer and use it in GitHub Desktop.
Save atopal/5142915 to your computer and use it in GitHub Desktop.
tweets by locale
SELECT `customercare_tweet`.`locale`, count(*) as anzahl
FROM `customercare_tweet`
WHERE `customercare_tweet`.`created` BETWEEN '2013-01-01' AND '2013-03-01'
GROUP BY `customercare_tweet`.`locale` ORDER BY anzahl DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment