8
0
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:
Mark Rotteveel 2018-11-30 14:56:52 +01:00 committed by GitHub
parent d7cfa9e3f6
commit 8af76dd576
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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