Created
September 6, 2015 00:02
-
-
Save nbortolotti/23bcf9d98b5518c3760d to your computer and use it in GitHub Desktop.
Query estado_conyugal Mx
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 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