Last active
January 8, 2023 11:29
-
-
Save mbforr/fcd8a65c700c334aec9d216b4c1e016a to your computer and use it in GitHub Desktop.
Spatial SQL - select columns
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 | |
| state_geom, state_name, state | |
| from | |
| `bigquery-public-data.geo_us_boundaries.states` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment