Skip to content

Instantly share code, notes, and snippets.

@mbforr
Created July 25, 2021 02:06
Show Gist options
  • Save mbforr/0349a82847914dd30ce3ae036ecd2840 to your computer and use it in GitHub Desktop.
Save mbforr/0349a82847914dd30ce3ae036ecd2840 to your computer and use it in GitHub Desktop.
SELECT
*
FROM
`bigquery-public-data.geo_us_boundaries.states`
WHERE
state_name IN ('Minnesota',
'Wisconsin',
'Iowa',
'Illinois')
ORDER BY
state_name ASC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment