Clauses

GROUP BY

Groups rows that have the same values.

GROUP BY

Groups rows that have the same values.

Syntax

GROUP BY column_name FROM table_name;