Skip to content

Instantly share code, notes, and snippets.

@spara
Created April 26, 2012 19:13
Show Gist options
  • Select an option

  • Save spara/2502163 to your computer and use it in GitHub Desktop.

Select an option

Save spara/2502163 to your computer and use it in GitHub Desktop.
get split tracts
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