Skip to content

Instantly share code, notes, and snippets.

@mbforr
Created July 6, 2021 18:56
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/fa654bb3ced06914088d94d7d75284e4 to your computer and use it in GitHub Desktop.
Save mbforr/fa654bb3ced06914088d94d7d75284e4 to your computer and use it in GitHub Desktop.
select
state_name, state
from
`bigquery-public-data.geo_us_boundaries.states`
# using and we can query on two parameters
where st_area(state_geom) >= 2e+11
and left(state_name, 1) = 'M'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment