Skip to content

Instantly share code, notes, and snippets.

@mbforr
Created July 6, 2021 18:56
Embed
What would you like to do?
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