Skip to content

Commit 8e30456

Browse files
authored
Removing the <code> elements again from the algorithm.
1 parent d808fb8 commit 8e30456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8770,7 +8770,7 @@ <h5>Grouping and Aggregation</h5>
87708770

87718771
If Q contains GROUP BY exprlist
87728772
Let G := Group(exprlist, ToList(P))
8773-
Else If Q contains an aggregate in <code>SELECT</code>, <code>HAVING</code>, <code>ORDER BY</code>
8773+
Else If Q contains an aggregate in SELECT, HAVING, ORDER BY
87748774
Let G := Group((1), ToList(P))
87758775
Else
87768776
skip the rest of the aggregate step

0 commit comments

Comments
 (0)