Weather Observation Station 2

  • + 0 comments

    SELECT DECIMAL(ROUND(SUM(LAT_N),2), 10, 2), DECIMAL(ROUND(SUM(LONG_W),2),10, 2) FROM STATION;