8000
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 6181eca commit e1ae79bCopy full SHA for e1ae79b
doc/src/sgml/ref/select.sgml
@@ -129,6 +129,9 @@ TABLE [ ONLY ] <replaceable class="parameter">table_name</replaceable> [ * ]
129
eliminates groups that do not satisfy the given condition. (See
130
<xref linkend="sql-groupby" endterm="sql-groupby-title"/> and
131
<xref linkend="sql-having" endterm="sql-having-title"/> below.)
132
+ Although query output columns are nominally computed in the next
133
+ step, they can also be referenced (by name or ordinal number)
134
+ in the <literal>GROUP BY</literal> clause.
135
</para>
136
</listitem>
137
0 commit comments