Weather Observation Station 14

  • + 0 comments

    MySQL Solution:

    select ROUND(max(LAT_N),4) as greatest_values from station where LAT_N < 137.2345;