-
Notifications
You must be signed in to change notification settings - Fork 629
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
It seems the parser doesn't currently support listagg. For instance, the following Redshift example fails to parse:
select listagg(sellerid)
within group (order by dateid) as sellers,
listagg(dateid) as dates
from winsales;
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers