Skip to content

Table functions are not parsed #2328

@sarjumulmi

Description

@sarjumulmi

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions