You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
开启wall filter执行select next value for orderId这个语句报错,报错信息如下
Caused by: com.alibaba.druid.sql.parser.ParserException: syntax error, not support option : IDENTIFIER, pos 29, line 1, column 22, token IDENTIFIER OrderId
at com.alibaba.druid.sql.dialect.sqlserver.parser.SQLServerSelectParser.select(SQLServerSelectParser.java:93)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseSelect(SQLStatementParser.java:2087)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:143)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:93)
at com.alibaba.druid.sql.parser.SQLStatementParser.parseStatementList(SQLStatementParser.java:89)
at com.alibaba.druid.wall.WallProvider.checkInternal(WallProvider.java:620)
at com.alibaba.druid.wall.WallProvider.check(WallProvider.java:574)
at com.alibaba.druid.wall.WallFilter.check(WallFilter.java:712)
... 160 common frames omitted
请问是因为什么原因
The text was updated successfully, but these errors were encountered:
开启wall filter执行
select next value for orderId
这个语句报错,报错信息如下请问是因为什么原因
The text was updated successfully, but these errors were encountered: