Skip to content

Manage FILTER expression #44

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions