Skip to content

Manage FILTER expression #44

@juliendelplanque

Description

@juliendelplanque

Apparently, in a SELECT query, it is possible to do the following in the selected columns:

SELECT aggregate(col) FILTER(condition) FROM table;

Needs to be investigated, this is an aggregate expression and should be managed by the parser but apparently it is not.

Details here: https://www.postgresql.org/docs/9.4/static/sql-expressions.html

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions