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