hive版本: 0.11.0
在执行dense_rank
hive语句:
select ta.cookie_id
, ta.interest_ratio
, ta.goods_id
, DENSE_RANK() over (order by ta.COOKIE_ID) as[……]
hive版本: 0.11.0
在执行dense_rank
hive语句:
select ta.cookie_id
, ta.interest_ratio
, ta.goods_id
, DENSE_RANK() over (order by ta.COOKIE_ID) as[……]