You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
Failing SQL Feature:
Brief description of the failing SQL feature: method TablesNamesFinder.getTableList(statement) failed with error in title:
"Encountered unexpected token: "SELECT" <K_SELECT> at line 11, column 1"
SQL Example:
Simplified Query Example, focusing on the failing feature: SELECT C1, SUM(N) AS N FROM ( ( SELECT C1, SUM(N) AS N FROM T1 GROUP BY C1 ) UNION ALL SELECT C1, 0 AS N FROM T2 ) GROUP BY C1
Software Information:
JSqlParser version: 4.5
Database: Oracle
Tips:
Query is very bad but works on Oracle DB. Line 11 is the "UNION ALL" SQL command.
The text was updated successfully, but these errors were encountered:
Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram
Failing SQL Feature:
"Encountered unexpected token: "SELECT" <K_SELECT> at line 11, column 1"
SQL Example:
SELECT C1, SUM(N) AS N FROM ( ( SELECT C1, SUM(N) AS N FROM T1 GROUP BY C1 ) UNION ALL SELECT C1, 0 AS N FROM T2 ) GROUP BY C1
Software Information:
Tips:
Query is very bad but works on Oracle DB. Line 11 is the "UNION ALL" SQL command.
The text was updated successfully, but these errors were encountered: