Created
August 1, 2015 18:12
-
-
Save nbortolotti/586b7395d2294cda0f00 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT SERVICIOINGRE, COUNT(*) FROM [mexico_open_data.Egreso_2010_2014] | |
Group By 1 | |
Order By 2 DESC | |
Limit 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment