Weather Observation Station 2

  • [deleted]
    + 1 comment

    How many decimal places are you outputting? Rounding changes the data but not the data type. The data type in the database has higher precision so you need to cast to a type of less precision. I used a decimal(10,2)