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] A single statement is split into multiple #6258

Open
zycgit opened this issue Nov 29, 2024 · 0 comments
Open

[BUG] A single statement is split into multiple #6258

zycgit opened this issue Nov 29, 2024 · 0 comments

Comments

@zycgit
Copy link
Contributor

zycgit commented Nov 29, 2024

Database Type

PG

Database Version

any

Druid Version

1.2.24

JDK Version

jdk8

Error SQL

insert into table2 with tab1Cnt as (select id,name from table1) select * from tab1Cnt;

Testcase Code

List sqlStatements = new PGSQLStatementParser(query, SQLParserFeature.KeepComments).parseStatementList();

Stacktrace Info

no

Error Info

no

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

No branches or pull requests

1 participant