We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639e1aa commit 1b5a004Copy full SHA for 1b5a004
doc/src/sgml/ref/select.sgml
@@ -131,6 +131,9 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
131
eliminates groups that do not satisfy the given condition. (See
132
<xref linkend="sql-groupby"/> and
133
<xref linkend="sql-having"/> below.)
134
+ Although query output columns are nominally computed in the next
135
+ step, they can also be referenced (by name or ordinal number)
136
+ in the <literal>GROUP BY</literal> clause.
137
</para>
138
</listitem>
139
0 commit comments