sxl-vay commented on issue #30360: URL: https://github.com/apache/shardingsphere/issues/30360#issuecomment-1972805394
<img width="960" alt="6dd924acc4365d461ba7b68a51b3edd" src="https://github.com/apache/shardingsphere/assets/69157262/227c4fb9-7de4-46f3-a13f-aadf66f0e22d"> SELECT * FROM (SELECT * FROM t_order WHERE order_id = 1) o WHERE o.order_id = 1; This SQL, as showcased in the official documentation, seems to be unparseable by the ShardingSphere parsing engine as well. -- 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]
