Skip to content

[BUG] "WITH" item using "GROUP BY" clause cannot be parsed #1774

Closed
@csakhogy

Description

@csakhogy

Failing SQL Feature:

  • ParseException: Encountered unexpected token: "group" "GROUP"
  • Example: WITH item using GROUP BY (and optionally HAVING) clause(s) cannot be parsed

SQL Example:

with mytbl as (select owner, count(*) from all_tables group by owner)
select *
from mytbl

Software Information:

  • JSqlParser version 4.60
  • Oracle v19c

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions