Skip to content

Instantly share code, notes, and snippets.

@nbortolotti
Created September 6, 2015 00:02
Show Gist options
  • Save nbortolotti/23bcf9d98b5518c3760d to your computer and use it in GitHub Desktop.
Save nbortolotti/23bcf9d98b5518c3760d to your computer and use it in GitHub Desktop.
Query estado_conyugal Mx
SELECT Count(ESTADO_CIVIL),ESTADO_CIVIL FROM [mexico_open_data.sinac_2008_2013]
group by 2
order by 1 DESC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment