mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 16:43:03 +01:00
Syntax correction FILTER
FILTER-clause and OVER-clause are separately optional
This commit is contained in:
parent
d7cfa9e3f6
commit
8af76dd576
@ -23,5 +23,5 @@ select count(*) filter (where status = 'A') status_a,
|
|||||||
## Syntax
|
## Syntax
|
||||||
|
|
||||||
```
|
```
|
||||||
aggregate_function [FILTER (WHERE <condition>) [OVER (<window>)]]
|
aggregate_function [FILTER (WHERE <condition>)] [OVER (<window>)]
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user