Look at the strange problem on MYSQL.
Look at the column 3. The result is 0.02876121 but the actually result should be the column 4 = 0.02876. Why is MYSQL giving fault value on decimal points?
*Another thing is that, it only give wrong value if I append "Where column = 'uniquevalue'" to return the result i want. The value is correct if I remove where condition, giving all the records in table.