ThanoshanMV commented on pull request #10381: URL: https://github.com/apache/shardingsphere/pull/10381#issuecomment-843407879
I visited `forUpdateClause` similar to `MySQLStatementSQLVisitor` as it contained tables and columns and I tried to assert columns in the `LockClauseAssert`. I didn't remove the existing `subquery` rule but modified it as `LP_ selectSubquery RP_`. After changing `subquery` rule, although the build succeeded, the output looked like this:  But I tried to visit Intellij's ANTLR preview for one of these SQL, it parsed them well:  -- 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. For queries about this service, please contact Infrastructure at: [email protected]
