How user query result in current layer in Hive?

后端 未结 0 1722
执念已碎
执念已碎 2020-12-07 09:59

for exmaple

select
    sum(a) over(partition by aa) as x,
    sum(b) over(partition by bb) as y,
    (x- y) / y as c -- look here
from 
    table
相关标签:
回答
  • 消灭零回复
提交回复
热议问题