Amazon Athena - how to count the distinct value?

前端 未结 0 2013
轻奢々
轻奢々 2020-12-16 05:36

I am trying to count the distinct value after group by two other columns.

In Oracle, this query will look like this:

SELECT column_1,
       column_2,
         


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