Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
qiuchsh opened this issue Apr 1, 2023 · 3 comments

Comments

@qiuchsh
Copy link

qiuchsh commented Apr 1, 2023

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

Failing SQL Feature:

  • Brief description of the failing SQL feature
  • Encountered unexpected token: "INTO" "INTO"

SQL Example:

  • Simplified Query Example, focusing on the failing feature
    -- Replace with your ACTUAL example
    INSERT ALL INTO t_test(c0, c1, c2) VALUES (?, ?, ?) SELECT 1 FROM dual

Software Information:

  • JSqlParser version is 4.6
  • Database is ORACLE

Tips:

Please write in English and avoid Screenshots (as we can't copy and paste content from it).
Try your example online with the latest JSQLParser and share the link in the error report.
Do provide Links or References to the specific Grammar and Syntax you are trying to use.

@manticore-projects
Copy link
Contributor

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
Copy link
Contributor

Duplicate #1693

@szx1
Copy link

szx1 commented May 21, 2024

support it now? or not?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants