Skip to content

Commit d3b372e

Browse files
committed
Emphasize where OVER needs to be when using a window function.
Jeff Turner
1 parent 5925aa0 commit d3b372e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/advanced.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ SELECT depname, empno, salary, avg(salary) OVER (PARTITION BY depname) FROM emps
371371

372372
<para>
373373
A window function call always contains an <literal>OVER</> clause
374-
following the window function's name and argument(s). This is what
374+
directly following the window function's name and argument(s). This is what
375375
syntactically distinguishes it from a regular function or aggregate
376376
function. The <literal>OVER</> clause determines exactly how the
377377
rows of the query are split up for processing by the window function.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy