We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PG
any
1.2.24
jdk8
insert into table2 with tab1Cnt as (select id,name from table1) select * from tab1Cnt;
List sqlStatements = new PGSQLStatementParser(query, SQLParserFeature.KeepComments).parseStatementList();
no
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: