Weather Observation Station 20

  • + 105 comments

    I just post my solution to give some ideas to solve this problem in mysql: Select round(S.LAT_N,4) mediam from station S where (select count(Lat_N) from station where Lat_N < S.LAT_N ) = (select count(Lat_N) from station where Lat_N > S.LAT_N)