Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9500,8 +9500,8 @@ <h4>Converting Groups, Aggregates, HAVING, final VALUES clause and SELECT Expres
<h5>Grouping and Aggregation</h5>
<p>Step: GROUP BY</p>
<p>If the <code>GROUP BY</code> keyword is used, or there is implicit grouping due to the
use of aggregates in the projection, then grouping is performed by the
<a href="#defn_algGroup">Group</a> function.
use of aggregates in <code>HAVING<code> or <code>ORDER BY</code> clauses, or in the
projection, then grouping is performed by the <a href="#defn_algGroup">Group</a> function.
In this case, before grouping, the solution set is converted into a solution
sequence by applying the <a href="#defn_algToList">ToList</a> function.
Next, the <a href="#defn_algGroup">Group</a> function
Expand Down
Loading