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 14
Weather Observation Station 14
Sort by
recency
|
1300 Discussions
|
Please Login in order to post a comment
For MySQL
SELECT TRUNCATE(MAX(LAT_N), 4) FROM station where LAT_N < 137.2345;
select round(max(LAT_N),4)from STATION where LAT_N < 137.2345;