You are viewing a single comment's thread. Return to all comments →
SELECT( cast( ( (SELECT MAX(LAT_N) FROM (SELECT TOP 50 PERCENT LAT_N FROM STATION ORDER BY LAT_N) AS BottomHalf) + (SELECT MIN(LAT_N) FROM (SELECT TOP 50 PERCENT LAT_N FROM STATION ORDER BY LAT_N DESC) AS TopHalf) ) / 2 as decimal(38,4)) );
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 20
You are viewing a single comment's thread. Return to all comments →