taozhi8833998 / node-sql-parser

Parse simple SQL statements into an abstract syntax tree (AST) with the visited tableList and convert it back to SQL
https://taozhi8833998.github.io/node-sql-parser/
Apache License 2.0
750 stars 172 forks source link

Additional support for Snowflake queries. #1948

Closed create-new-entity closed 2 weeks ago

create-new-entity commented 4 weeks ago

This PR is an attempt to fix this issue: https://github.com/taozhi8833998/node-sql-parser/issues/1947

taozhi8833998 commented 3 weeks ago

@create-new-entity Thanks for the pr, I have reviewed it, and write my comments.