摘要: HIVE count(distinct ) over() 无法使用解决办法 在使用hive时发现count(distinct ) over() 报错 hive> with da as ( > select 1 a, 'a' b union all > select 1 a, 'a' b union 阅读全文
posted @ 2020-06-11 14:48 落地的果实 阅读(8429) 评论(0) 推荐(0)