How to rewrite nested subqueries so that hive can run them

后端 未结 0 469
故里飘歌
故里飘歌 2020-11-30 19:47
select  
  cd_gender,
  cd_marital_status,
  cd_education_status,
  count(*) cnt1,
  cd_purchase_estimate,
  count(*) cnt2,
  cd_credit_rating,
  count(*) cnt3,
  cd         


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