Skip to content

Instantly share code, notes, and snippets.

@DanielJWood
Created January 30, 2012 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanielJWood/1705208 to your computer and use it in GitHub Desktop.
Save DanielJWood/1705208 to your computer and use it in GitHub Desktop.
attaching db in sql
Attach Database '/Users/danielwood/Dropbox/geodata-prep/sqlite-databases-new/ACS_06_VAP.sqlite' AS ACS_06_VAP;
SELECT * FROM ASN
join ACS_06_VAP.COUNTY on ASN.geoid = COUNTY.geoid;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment