I am new to HANA, and was trying to write a SQL for finding standard deviation: select stddev(values) as stddev For example, the values are 6.8,10.2 and 3.4. When I am executing it in HANA, I am getting result as 3.39999. But when I try to calculate it manually, or by excel, it shows 3.4.
Similarly, for different example, I get 5.1999 in HANA, but in excel/manual check it shows 5.2.
What can be the reason/fix for this?