Skip to content

Instantly share code, notes, and snippets.

@mbforr
Last active January 8, 2023 11:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mbforr/fcd8a65c700c334aec9d216b4c1e016a to your computer and use it in GitHub Desktop.
Save mbforr/fcd8a65c700c334aec9d216b4c1e016a to your computer and use it in GitHub Desktop.
Spatial SQL - select columns
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