You are viewing a single comment's thread. Return to all comments →
mySQL
select round(long_w, 4)
from station
where lat_n in (select max(lat_n) from station where lat_n < 137.2345)
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 15
You are viewing a single comment's thread. Return to all comments →
mySQL
select round(long_w, 4)
from station
where lat_n in (select max(lat_n) from station where lat_n < 137.2345)