ms705 / nom-sql

Rust SQL parser written using nom
MIT License
232 stars 41 forks source link

Support for window functions #88

Open soulstompp opened 2 years ago

soulstompp commented 2 years ago

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.