Weather Observation Station 19

  • + 0 comments

    oracle:

    select round(sqrt(power((max(LAT_N)-min(LAT_N)), 2) + power((max(LONG_W)-min(LONG_W)), 2)), 4) from STATION;