Hackerrank - Weather Observation Station 15 solution

Problem link

Solution one:

select round(long_w,4) from station where lat_n < 137.2345 order by lat_n desc limit 1;
Previous
Next