SQLite: Outlandish Recursive Query Examples 2 years ago
I really like the way of how feldera implemented recursion in SQL: https://docs.feldera.com/sql/recursion
All you have to do is to add a forward declaration of the view and then you can reference it in a recursive query. Makes the syntax part much easier.