Skip to content

Instantly share code, notes, and snippets.

@mbforr
Last active January 8, 2023 10:38
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/f83d342faf5f1984c97a3d9faf524585 to your computer and use it in GitHub Desktop.
Save mbforr/f83d342faf5f1984c97a3d9faf524585 to your computer and use it in GitHub Desktop.
SELECT
name,
st_y(geom)
FROM
`YOUR_PROJECT.YOUR_DATASET.airports`
WHERE
country = 'CA'
ORDER BY
st_y(geom) ASC,
name ASC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment