ms705 / nom-sql

Rust SQL parser written using nom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for window functions

soulstompp opened this issue · comments

MySQL 8 supports window functions (https://dev.mysql.com/doc/refman/8.0/en/window-functions-usage.html) ideally the parser would be able to properly parse statements that use these in expressions.