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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
数据库:DB2; druid版本:1.0.21; 问题:假设数据库中存在sequence名为TEST_SEQ,当向数据库中发出取sequence值的语句 SELECT (NEXTVAL FOR TEST_SEQ) FROM SYSIBM.SYSDUMMY1 时druid打印异常:
SELECT (NEXTVAL FOR TEST_SEQ) FROM SYSIBM.SYSDUMMY1
merge sql error, dbType db2, sql:...... com.alibaba.druid.sql.parser.ParserException: syntax error, except RPAREN, actual FOR FOR
这个语句在DB2中是正确执行的。
The text was updated successfully, but these errors were encountered:
db2 sql parser support sequence expr. fixed issue alibaba#1323
8ec64dc
db2 sql parser support sequence expr. fixed issue #1323
552e090
e9334f0
No branches or pull requests
数据库:DB2;
druid版本:1.0.21;
问题:假设数据库中存在sequence名为TEST_SEQ,当向数据库中发出取sequence值的语句
SELECT (NEXTVAL FOR TEST_SEQ) FROM SYSIBM.SYSDUMMY1
时druid打印异常:
这个语句在DB2中是正确执行的。
The text was updated successfully, but these errors were encountered: