V4V

Results 1 issues of V4V

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](https://www.sqlite.org/windowfunctions.html) official documentation.