JSQLParser / JSqlParser

JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
https://github.com/JSQLParser/JSqlParser/wiki
Apache License 2.0
5.4k stars 1.34k forks source link

[BUG] JSQLParser Version 4.6: RDBMS ORACLE : Encountered unexpected token: "INTO" "INTO" #1755

Open qiuchsh opened 1 year ago

qiuchsh commented 1 year ago

Always check against the Latest SNAPSHOT of JSQLParser and the Syntax Diagram

Failing SQL Feature:

SQL Example:

Software Information:

manticore-projects commented 1 year ago

Greetings.

Oracle INSERT ALL ... is not supported. I have planned implementation, but stopped working on it since the syntax is weird and off standard and rarely used.

You can provide and sponsor an implementation though.

manticore-projects commented 1 year ago

Duplicate #1693

szx1 commented 5 months ago

support it now? or not?