mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Correction.
This commit is contained in:
parent
21857f7e64
commit
e645285e80
@ -10,7 +10,7 @@ may appear only in the select list or the order by clause of a query.
|
|||||||
Additional to the OVER clause, Firebird window functions may be partitioned and ordered.
|
Additional to the OVER clause, Firebird window functions may be partitioned and ordered.
|
||||||
|
|
||||||
Syntax:
|
Syntax:
|
||||||
<window function> ::= <window function name>([<expr> [, <expr> ...]) OVER (
|
<window function> ::= <window function name>([<expr> [, <expr> ...]]) OVER (
|
||||||
[PARTITION BY <expr> [, <expr> ...]]
|
[PARTITION BY <expr> [, <expr> ...]]
|
||||||
[ORDER BY <expr> [<direction>] [<nulls placement>] [, <expr> [<direction>] [<nulls placement>] ...]
|
[ORDER BY <expr> [<direction>] [<nulls placement>] [, <expr> [<direction>] [<nulls placement>] ...]
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user