Skip to content

Oracle 10+ aggregate functions extension (FIRST, LAST) not supported by the parser #90

@iszilagyigit

Description

@iszilagyigit

The followin sql (valid in Oracle 11) is not accepted by the parser.

select col1, min(col2) KEEP (DENSE_RANK FIRST ORDER BY col3), col4 from table1 group by col5 order by col3
see:
https://docs.oracle.com/cd/B19306_01/server.102/b14200/functions056.htm#i1000901

Metadata

Metadata

Assignees

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