Weather Observation Station 14

  • + 0 comments

    For MySQL

    SELECT TRUNCATE(MAX(lat_n), 4) FROM station
    WHERE lat_n < 137.2345;