Created
April 19, 2019 16:46
-
-
Save akiatoji/3a1fdcf806a918102cae6b54b514a812 to your computer and use it in GitHub Desktop.
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
| create table zones.zip_geo | |
| as | |
| ( | |
| select zcta5ce10 as zip, ST_GeogFromText(WKT) polygon | |
| from `akis-geoproject.zones.zcta5` | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment