diff --git a/spec/index.html b/spec/index.html index ed0e4f7..59c4643 100644 --- a/spec/index.html +++ b/spec/index.html @@ -8770,7 +8770,7 @@
Grouping and Aggregation
If Q contains GROUP BY exprlist Let G := Group(exprlist, ToList(P)) -Else If Q contains an aggregate in SELECT, HAVING, ORDER BY +Else If Q contains an aggregate in SELECT, HAVING, ORDER BY Let G := Group((1), ToList(P)) Else skip the rest of the aggregate step