Weather Observation Station 20

  • + 1 comment

    select round(LAT_N,4) from (select LAT_N from STATION order by LAT_N limit 250) as new_table order by LAT_N desc limit 1