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
