Weather Observation Station 15

  • + 0 comments

    SELECT ROUND(STATION.LONG_W, 4) AS Rounded_Longitude FROM STATION WHERE STATION.LAT_N = (SELECT MAX(STATION.LAT_N) FROM STATION WHERE STATION.LAT_N < 137.2345);