wgy8283335 opened a new issue #12905: URL: https://github.com/apache/shardingsphere/issues/12905
## Support 'Project Column', 'IN', 'BETWEEN' Convert to SQL node For example: - `SELECT t_order_federate.order_id, t_order_federate.user_id, SELECT COUNT(*) FROM t_user_info FROM t_order_federate` - `SELECT t_order_federate.order_id, t_order_federate.user_id FROM t_order_federate WHERE user_id IN (SELECT * FROM t_user_info)` - `SELECT t_order_federate.order_id, t_order_federate.user_id FROM t_order_federate WHERE user_id BETWEEN (SELECT user_id FROM t_user_info WHERE information = 'before') AND (SELECT user_id FROM t_user_info WHERE information = 'after')` Related Issue #12709 -- 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]
