diff --git a/docs/en/sql-reference/statements/select/group-by.md b/docs/en/sql-reference/statements/select/group-by.md index 60d231b2abe..d720f789711 100644 --- a/docs/en/sql-reference/statements/select/group-by.md +++ b/docs/en/sql-reference/statements/select/group-by.md @@ -245,7 +245,7 @@ You can use `WITH TOTALS` in subqueries, including subqueries in the [JOIN](../. ## GROUP BY ALL -`GROUP BY ALL` is equivalent to listing all the SELECT-ed expressions that are aggregate functions. +`GROUP BY ALL` is equivalent to listing all the SELECT-ed expressions that are not aggregate functions. For example: