Weather Observation Station 2

  • + 0 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