strongduanmu commented on issue #35164:
URL: 
https://github.com/apache/shardingsphere/issues/35164#issuecomment-2803530303

   Hi @Yash-cor, can you explain the meaning of this sql - `WITH RECURSIVE cte 
AS ( SELECT * from t_user UNION ALL  SELECT user_id+1, name  FROM cte WHERE 
user_id < 5  ) SELECT * FROM cte`?


-- 
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: notifications-unsubscr...@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to