mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +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.
|
||||
|
||||
Syntax:
|
||||
<window function> ::= <window function name>([<expr> [, <expr> ...]) OVER (
|
||||
<window function> ::= <window function name>([<expr> [, <expr> ...]]) OVER (
|
||||
[PARTITION BY <expr> [, <expr> ...]]
|
||||
[ORDER BY <expr> [<direction>] [<nulls placement>] [, <expr> [<direction>] [<nulls placement>] ...]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user