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