Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd3b372e

Browse files
committed
Emphasize where OVER needs to be when using a window function.
Jeff Turner
1 parent5925aa0 commitd3b372e

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

[8]ページ先頭

©2009-2025 Movatter.jp