datacamp / sqlwhat

https://sqlwhat.readthedocs.io
GNU Affero General Public License v3.0
3 stars 8 forks source link

Complete AST parsing for most SELECT clauses #35

Closed machow closed 7 years ago

machow commented 7 years ago

Most of these just involve removing the keyword

(bonus: HAVING, WINDOW, FETCH, FOR)

machow commented 7 years ago

see issue #44 for ORDER BY parsing issues