strongduanmu commented on issue #20084: URL: https://github.com/apache/shardingsphere/issues/20084#issuecomment-1212876307
This feature does not plan to support now. ```sql --7、with with temp_tb(i,j,k) as (select * from t_order) select * from temp_tb where j =2; ERROR: relation "t_order" does not exist on dn_6001 LINE 1: with temp_tb(i,j,k) as (select * from t_order) select * from... ``` -- 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]
