userkdg edited a comment on issue #14010: URL: https://github.com/apache/shardingsphere/issues/14010#issuecomment-990730637
other sql rewrite bug 1. ddl sql (not) exists , but sql in (select address from xx) is ok ``` sql preview select address from ec_oms_order where exists(select b.address from ec_oms_order b where b.address=ec_oms_order.address); > select address_cipher AS address from ec_oms_order where exists(select b.address from ec_oms_order b where b.address=ec_oms_order.address) ``` -- 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]
