Weather Observation Station 18

  • + 0 comments

    For MySQL

    SELECT ROUND(MAX(lat_n)-MIN(lat_n) + MAX(long_w)-MIN(long_w), 4) FROM station;