You are viewing a single comment's thread. Return to all comments →
select round(sum(lat_n),4) from station where lat_n > 38.7880 and lat_n < 137.2345;
Weather Observation Station 13
You are viewing a single comment's thread. Return to all comments →
select round(sum(lat_n),4) from station where lat_n > 38.7880 and lat_n < 137.2345;