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 7e775be commit 58855fbCopy full SHA for 58855fb
doc/src/sgml/ref/select.sgml
@@ -601,8 +601,8 @@ HAVING <replaceable class="parameter">condition</replaceable>
601
WINDOW <replaceable class="parameter">window_name</replaceable> AS ( <replaceable class="parameter">window_definition</replaceable> ) [, ...]
602
</synopsis>
603
where <replaceable class="parameter">window_name</replaceable> is
604
- a name that can be referenced from subsequent window definitions or
605
- <literal>OVER</> clauses, and
+ a name that can be referenced from <literal>OVER</> clauses or
+ subsequent window definitions, and
606
<replaceable class="parameter">window_definition</replaceable> is
607
<synopsis>
608
[ <replaceable class="parameter">existing_window_name</replaceable> ]
0 commit comments