Created
April 26, 2012 19:13
-
-
Save spara/2502163 to your computer and use it in GitHub Desktop.
get split tracts
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 tract00, tract10, pop10 | |
| FROM tract_relationship_2010 | |
| WHERE tract10 = '192200' | |
| OR tract10 = '151302' | |
| OR tract10 = '152201' | |
| OR tract10 = '151301' | |
| OR tract10 = '141101' | |
| OR tract10 = '141404' | |
| OR tract10 = '141102' | |
| OR tract10 = '141403' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment