Skip to content

listagg support? #169

Closed
Closed
@maxcountryman

Description

@maxcountryman

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions