You are viewing a single comment's thread. Return to all comments →
select round(sqrt((power((min(LAT_N)-max(LAT_N)),2))+(power((min(LONG_W)-max(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 →
select round(sqrt((power((min(LAT_N)-max(LAT_N)),2))+(power((min(LONG_W)-max(LONG_W)),2))),4) from station;