Search code examples
google-cloud-platformgoogle-cloud-spanner

Recursive queries in Google Spanner?


I have tried to implement recursive queries using CTE and CONNECT BY statements with no luck. Is it possible to implement recursive queries in Google Spanner?


Solution

  • There's no support for this right now.