Weather Observation Station 13

  • + 0 comments

    select cast(Round(sum(lat_n),4) as decimal(10,4)) from station where lat_n>38.7880 and lat_n <137.2345;