Hello,
In my database schema,
for one fiels "exp" i have made it as float(3,2)
it stores value properly up to 9.99
but for then it goes out of range and stores 9.99
how??
whats wrong in this?
i expect it store values up to 999.99
but it stores uo to 9.99
what i have missed/wrong in this?