Hackerrank - Weather Observation Station 16 solution

Problem link

Solution one:

select round(lat_n,4) from station where lat_n > 38.7780 order by lat_n limit 1;
Previous
Next