Closed
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;
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;