8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 17:23:03 +01:00

Correction.

This commit is contained in:
asfernandes 2013-06-09 02:07:07 +00:00
parent 21857f7e64
commit e645285e80

View File

@ -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>] ...]
)