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