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
When we run the query below currently, sqlparser cannot parse it
SELECT FIRST(x ORDER BY x) AS a FROM T
similarly, it cannot parse corresponding query with LAST either.
although it is not a standard feature, this function is very common and helpful. I would like to have support for these functions.
The text was updated successfully, but these errors were encountered:
When we run the query below currently, sqlparser cannot parse it
similarly, it cannot parse corresponding query with
LAST
either.although it is not a standard feature, this function is very common and helpful. I would like to have support for these functions.
The text was updated successfully, but these errors were encountered: