Closed chris-codaio closed 1 week ago
Describe the bug The LISTAGG formula causes parsing to fail.
Database Engine Snowflake
To Reproduce node-sql-parser version: 5.3.2 nodejs version: 20.18.0 SQL: select listagg(distinct id, ", ") as ids from foo;
select listagg(distinct id, ", ") as ids from foo;
Expected behavior Parsing to succeed
Describe the bug The LISTAGG formula causes parsing to fail.
Database Engine Snowflake
To Reproduce node-sql-parser version: 5.3.2 nodejs version: 20.18.0 SQL:
select listagg(distinct id, ", ") as ids from foo;
Expected behavior Parsing to succeed