Describe the bug
The parser throws an error while parsing a query on a table function with or without parameters.
Database Engine
Bigquery
To Reproduce
All of the following statement throws an error
SELECT * FROM table_function();
SELECT * FROM table_function(1,2,3);
SELECT * FROM table_function(@param1, @param2, @param3);
-the node-sql-parser version
5.3.6
-the node version
18.17.0
Expected behavior
Should pass
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
Describe the bug
The parser throws an error while parsing a query on a table function with or without parameters.
Database Engine
Bigquery
To Reproduce
All of the following statement throws an error
-the node-sql-parser version
5.3.6
-the node version
18.17.0
Expected behavior
Should pass
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.