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 62bcc1c commit c9d9a22Copy full SHA for c9d9a22
doc/src/sgml/ref/select.sgml
@@ -573,8 +573,8 @@ HAVING <replaceable class="parameter">condition</replaceable>
573
WINDOW <replaceable class="parameter">window_name</replaceable> AS ( <replaceable class="parameter">window_definition</replaceable> ) [, ...]
574
</synopsis>
575
where <replaceable class="parameter">window_name</replaceable> is
576
- a name that can be referenced from subsequent window definitions or
577
- <literal>OVER</> clauses, and
+ a name that can be referenced from <literal>OVER</> clauses or
+ subsequent window definitions, and
578
<replaceable class="parameter">window_definition</replaceable> is
579
<synopsis>
580
[ <replaceable class="parameter">existing_window_name</replaceable> ]
0 commit comments