Skip to content

Instantly share code, notes, and snippets.

@QuatoHub
Last active March 28, 2022 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save QuatoHub/c0dcf5797dfcb04b79e4c82757cbeb43 to your computer and use it in GitHub Desktop.
Save QuatoHub/c0dcf5797dfcb04b79e4c82757cbeb43 to your computer and use it in GitHub Desktop.
SELECT ROUND (
MAX(lat_n) - MIN(lat_n)
+ MAX(long_w) - MIN(long_w), 4)
FROM Station;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment