How can I fix the precision of float value problem by TRUNC or ROUND in Bigquery

后端 未结 0 1888
孤城傲影
孤城傲影 2021-01-24 09:46

When I run the sql code below at bigquery,

SELECT ROUND( 43.097410399271645, 6)

I expected to get 43.097410 but I got the result below,

         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题