Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+1-1
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)