Weather Observation Station 18

  • + 0 comments

    -- so basicaly: |x1 - x2| + |y1 - y2| select cast(abs(min(lat_n) - max(lat_n)) as decimal (38,4)) + cast(abs(min(long_w) - max(long_w)) as decimal (38,4)) from station