Skip to content

Instantly share code, notes, and snippets.

@mbforr
Last active January 8, 2023 10:38
Show Gist options
  • Save mbforr/45ff74086e06931418555a438242e42b to your computer and use it in GitHub Desktop.
Save mbforr/45ff74086e06931418555a438242e42b to your computer and use it in GitHub Desktop.
SELECT
*
FROM
`bigquery-public-data.geo_us_boundaries.states`
WHERE
state_name BETWEEN 'Alaska'
AND 'Kentucky'
ORDER BY
state_name ASC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment