You are viewing a single comment's thread. Return to all comments →
select round(long_w,4) from station where lat_n=(select min(lat_n) from station where lat_n>38.7780);
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 17
You are viewing a single comment's thread. Return to all comments →
select round(long_w,4) from station where lat_n=(select min(lat_n) from station where lat_n>38.7780);