We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
Weather Observation Station 15
Weather Observation Station 15
Sort by
recency
|
2043 Discussions
|
Please Login in order to post a comment
MY SQL select round(long_w, 4) from station where lat_n < 137.2345 order by lat_n desc limit 1;
For MySQL
select round(long_w,4) from station where lat_n=( select max(lat_n) from station where lat_n<137.2345);