We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi,
I have a SQL statement that contains
GROUP BY EXTRACT(MONTH FROM issue_date)
After parsing this statement and writing the AST using String() on the root node, it returns an invalid function call section:
String()
GROUP BY extract('month', issue_date)