You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to use a FILTER clause before the OVER clause in some databases (PostgreSQL, SQLite; as a side note, it is actually part of the SQL standard). It is not possible to parse queries with the FILTER clause using the library.
Describe the bug
It is possible to use a FILTER clause before the OVER clause in some databases (PostgreSQL, SQLite; as a side note, it is actually part of the SQL standard). It is not possible to parse queries with the FILTER clause using the library.
Reference
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should possible to successfully parse queries with FILTER clause.
System
The text was updated successfully, but these errors were encountered: