You are viewing a single comment's thread. Return to all comments →
When ROUND func doesn't work due to precision issues, cast into DECIMAL type:
select cast(sum(lat_n) as decimal(10,2)),cast(sum(long_w) as decimal(10,2)) from station
Seems like cookies are disabled on this browser, please enable them to open this website
Weather Observation Station 2
You are viewing a single comment's thread. Return to all comments →
When ROUND func doesn't work due to precision issues, cast into DECIMAL type:
select cast(sum(lat_n) as decimal(10,2)),cast(sum(long_w) as decimal(10,2)) from station