Weather Observation Station 18

  • + 0 comments
    
    
    SELECT 
        ROUND(ABS(MIN(lat_n) - MAX(lat_n)) + 
        ABS(MIN(long_w) - MAX(long_w)), 4) as result
    FROM station;