qwy1289500966 opened a new issue #9622:
URL: https://github.com/apache/shardingsphere/issues/9622


   sharding-jdbc-spring-boot-starter version is  '4.0.0', log show : 
   Unsupported SQL of  `WITH  RECURSIVE  r  AS (
       SELECT * FROM district WHERE "id" = ?
       UNION ALL
       SELECT district.* FROM district, r WHERE district."id" = r.parent_id
       )
       SELECT * FROM r`
   
   how to recursive query?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to