Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

COUNT or DISTINCTCOUNT?

What is the difference between COUNT and DISTINCTCOUNT?

 

Is one preferable?

  • Hi,

    If there is the same record, the count is counted as a one, but in DitinctCount the same columns are considered as one record (same as Distinct in Sql) :

    Appreciate your Kudos

     

3 Replies