count_if
aggregate function
Returns the number of true values for the group in expr
.
Arguments
expr
: A BOOLEAN expression.cond
: An optional boolean expression filtering the rows used for aggregation.
Updated Aug 10, 2022
count_if
aggregate function Returns the number of true values for the group in expr
.
expr
: A BOOLEAN expression.
cond
: An optional boolean expression filtering the rows used for aggregation.