Skip to content

Instantly share code, notes, and snippets.

@nbortolotti
Created August 1, 2015 18:12
Show Gist options
  • Save nbortolotti/586b7395d2294cda0f00 to your computer and use it in GitHub Desktop.
Save nbortolotti/586b7395d2294cda0f00 to your computer and use it in GitHub Desktop.
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