We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent58617e4 commit7b1e893Copy full SHA for 7b1e893
doc/src/sgml/ref/select.sgml
@@ -654,8 +654,8 @@ HAVING <replaceable class="parameter">condition</replaceable>
654
WINDOW <replaceable class="parameter">window_name</replaceable> AS ( <replaceable class="parameter">window_definition</replaceable> ) [, ...]
655
</synopsis>
656
where <replaceable class="parameter">window_name</replaceable> is
657
- a name that can be referenced fromsubsequent window definitions or
658
-<literal>OVER</> clauses, and
+ a name that can be referenced from<literal>OVER</> clauses or
+subsequent window definitions, and
659
<replaceable class="parameter">window_definition</replaceable> is
660
<synopsis>
661
[ <replaceable class="parameter">existing_window_name</replaceable> ]