Weather Observation Station 2

  • + 0 comments

    For MySQL

    SELECT ROUND(SUM(lat_n), 2), ROUND(SUM(long_w), 2) FROM station;