You are viewing a single comment's thread. Return to all comments →
oracle:
select round(sqrt(power((max(LAT_N)-min(LAT_N)), 2) + power((max(LONG_W)-min(LONG_W)), 2)), 4) from STATION;
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 19
You are viewing a single comment's thread. Return to all comments →
oracle:
select round(sqrt(power((max(LAT_N)-min(LAT_N)), 2) + power((max(LONG_W)-min(LONG_W)), 2)), 4) from STATION;