Group By
The groupBy
clause groups rows that have the same values into summary rows. It's typically used with aggregate functions like count
, sum
, or avg
.
The groupBy
clause groups rows that have the same values into summary rows. It's typically used with aggregate functions like count
, sum
, or avg
.