This commit is contained in:
taofengliu 2022-10-20 18:20:40 +08:00
parent 4d5bf0e3b2
commit 7fe812b480

View File

@ -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: