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 2
Weather Observation Station 2
Sort by
recency
|
1513 Discussions
|
Please Login in order to post a comment
** WORKING CODE SELECT CAST(ROUND(SUM(LAT_N), 2) AS DECIMAL(10,2)), CAST(ROUND(SUM(LONG_W), 2) AS DECIMAL(10,2)) FROM STATION;
select round(sum(LAT_N), 2), round(sum(LONG_W), 2) from STATION;
For MySQL Platform