strongduanmu commented on issue #13940: URL: https://github.com/apache/shardingsphere/issues/13940#issuecomment-987472839
@userkdg This is the result of my test, and no exception was found. ``` [INFO ] 2021-12-07 09:17:23.323 [Connection-1-ThreadExecutor] ShardingSphere-SQL - Logic SQL: select count(0) as cnt from (select order_id from t_encrypt) as tmp [INFO ] 2021-12-07 09:17:23.324 [Connection-1-ThreadExecutor] ShardingSphere-SQL - SQLStatement: MySQLSelectStatement(limit=Optional.empty, lock=Optional.empty, window=Optional.empty) [INFO ] 2021-12-07 09:17:23.324 [Connection-1-ThreadExecutor] ShardingSphere-SQL - Actual SQL: ds_1 ::: select count(0) as cnt from (select order_cipher AS order_id from t_encrypt) as tmp ``` -- 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]
