JiekerTime opened a new issue #9625: URL: https://github.com/apache/shardingsphere/issues/9625
### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Expected behavior Complete query normally ### Actual behavior  ### Reason analyze (If you can) SqlToken did not do sharding:  This is because SqlToken is obtained by the actual column name in Projection: EncryptProjectionTokenGenerator.generateSQLTokens:  But the actual name of Projection is actually a logical name:  This leads to the following situations:  ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. By PR: This may be similar to https://github.com/apache/shardingsphere/issues/9608 ---------------------------------------------------------------- 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]
