Weather Observation Station 18

  • + 0 comments

    SELECT cast(ROUND(ABS(MIN(lat_n) - MAX(lat_n)) + ABS(MIN(long_w) - MAX(long_w)), 4) as decimal(10,4)) as result FROM station;