You are viewing a single comment's thread. Return to all comments →
MS SQL
select distinct cast( PERCENTILE_DISC (0.5) WITHIN GROUP (order by lat_n) OVER () as decimal(10,4)) AS MedianCont from station
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 →
MS SQL
select distinct cast( PERCENTILE_DISC (0.5) WITHIN GROUP (order by lat_n) OVER () as decimal(10,4)) AS MedianCont from station