Skip to content

Commit

Permalink
Removing the <code> elements again from the algorithm.
Browse files Browse the repository at this point in the history
  • Loading branch information
hartig authored Jun 22, 2023
1 parent d808fb8 commit 8e30456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8770,7 +8770,7 @@ <h5>Grouping and Aggregation</h5>

If Q contains GROUP BY exprlist
Let G := Group(exprlist, ToList(P))
Else If Q contains an aggregate in <code>SELECT</code>, <code>HAVING</code>, <code>ORDER BY</code>
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
Expand Down

0 comments on commit 8e30456

Please sign in to comment.