- Published on
Hackerrank - Weather Observation Station 16 solution
- Authors
- Name
- Imran Pollob
- Website
- @pollmix
Solution one:
select round(lat_n,4) from station where lat_n > 38.7780 order by lat_n limit 1;
select round(lat_n,4) from station where lat_n > 38.7780 order by lat_n limit 1;