terrymanu opened a new issue #9349: URL: https://github.com/apache/shardingsphere/issues/9349
The SQL ```sql SELECT amount FROM (SELECT amount FROM t_account WHERE amount = ?) AS a ``` should rewrite to ```sql SELECT amount FROM (SELECT cipher_amount AS amount FROM t_account WHERE cipher_amount = ?) AS a ``` ---------------------------------------------------------------- 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]
