gpt4 book ai didi

sql - 如何在配置单元中输出多个分组

转载 作者:行者123 更新时间:2023-12-02 21:48:47 25 4
gpt4 key购买 nike

我需要进行多次计数并进行分组,我正在 hive 中尝试此操作,但是它的错误已经解决了,任何对hiveQL有益的 body 都可以在这里提供帮助,如何在 hive / pig 中做到这一点

第一计数逻辑
Select col1,clo2 ,col3 , count (distinct col4, col5) from table1 where col6 = 1 group by col1,clo2 ,col3
第二计数逻辑
Select col1,clo2 ,col3 , count (distinct col4, col5) from table1 where col7 = 1 group by col1,clo2 ,col3
最终OP预计如下:

col1,clo2 ,col3 ,count1 ,count2 

最佳答案

@Navneet,您为什么要找出count (distinct col4, col5)?因为这将始终为您输出1。所以你的count1 and count2 will be always 1

关于sql - 如何在配置单元中输出多个分组,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22860846/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com