You are viewing a single comment's thread. Return to all comments →
SELECT DECIMAL( ROUND(ABS(a - c) + ABS(b - d), 4), 10, 4 ) FROM ( SELECT MIN(lat_n) AS a, MIN(long_w) AS b, MAX(lat_n) AS c, MAX(long_w) AS d FROM Station );
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 18
You are viewing a single comment's thread. Return to all comments →