strongduanmu commented on code in PR #29728:
URL: https://github.com/apache/shardingsphere/pull/29728#discussion_r1452840898
##########
parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/DMLStatement.g4:
##########
@@ -595,7 +595,7 @@ inlineAnalyticView
;
whereClause
- : WHERE expr
+ : WHERE expr pivotInClause?
Review Comment:
The IN condition may already be defined in the predicate sytax. Can you take
a look?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]