Skip to content

Oracle 11.2 LISTAGG function not supported by the parser #91

@iszilagyigit

Description

@iszilagyigit

The LISTAGG Oracle function syntax is not supported.
Example SQL:
select LISTAGG(col1, '##') WITHIN GROUP (ORDER BY col1) FROM table1

See:
http://docs.oracle.com/cd/E11882_01/server.112/e41084/functions089.htm#SQLRF30030

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions