Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

OVER clause incorrect validation #58

Open
vmasalov opened this issue Jul 1, 2020 · 0 comments
Open

OVER clause incorrect validation #58

vmasalov opened this issue Jul 1, 2020 · 0 comments

Comments

@vmasalov
Copy link

vmasalov commented Jul 1, 2020

The following query is failing to validate.

SELECT x, y, row_number() OVER (ORDER BY y) AS row_number FROM t0 ORDER BY x;

See sqllite window function official documentation.

@vmasalov vmasalov changed the title OVER clause incorrect function validation OVER clause incorrect validation Jul 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant