> String sql = "select LISTAGG(field, ',' on overflow truncate '...') from dual"; > PlainSelect plainSelect = (PlainSelect) CCJSqlParserUtil.parse(sql); fails with > net.sf.jsqlparser.parser.ParseException: Encountered unexpected token: "(" "(" > at line 1, column 15. > > Was expecting one of: > > "." > "::" > "[" > "^" > <EOF> > <ST_SEMICOLON> > ### Software Information: - JSqlParser 4.9 - Oracle