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.
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.