Thanks to visit codestin.com Credit goes to github.com
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 ce7c1ce commit 0dc5bbaCopy full SHA for 0dc5bba
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