Weather Observation Station 14

  • + 0 comments

    My code. Because, the statement says truncate not to round:

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