Weather Observation Station 13

  • + 0 comments

    select cast(t.total_sum as decimal(30,4)) from (SELECT SUM(LAT_N) as total_sum FROM Station WHERE LAT_N > '38.7880' AND LAT_N < '137.2345') t;