- Published on
Hackerrank - Weather Observation Station 13 solution
- Authors
- Name
- Imran Pollob
- Website
- @pollmix
Solution one:
select round(sum(lat_n),4) from station where lat_n > 38.7880 and lat_n < 137.2345;
select round(sum(lat_n),4) from station where lat_n > 38.7880 and lat_n < 137.2345;