Decimal Precision in Snowflake: Window Function vs Simple Aggregation

前端 未结 0 962
刺人心
刺人心 2021-02-06 00:45

In Snowflake, these queries produce same the integer values, but with different decimal precisions. Is this behavior expected?

with cte (id, num) as

(select 1, 2         


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