MYSQL column only showing rounded values

QuestionsMYSQL column only showing rounded values
sethbeckerman5 Staff asked 4 years ago

I have created a table in mysql as follows:

but when I am displaying the values, the score column shows all the values as 4.00. I have changed the datatype of the 'score' column to decimal(10,2), float and double(10,2) but with no avail.
How can I solve this,
Thanks


View on Stack Overflow