You are viewing a single comment's thread. Return to all comments →
select round(sum(case when lat_n > 38.7880 and lat_n < 137.2345 then lat_n else 0 end), 4) as sum_lat_n from station
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 13
You are viewing a single comment's thread. Return to all comments →
select round(sum(case when lat_n > 38.7880 and lat_n < 137.2345 then lat_n else 0 end), 4) as sum_lat_n from station