Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
The knowledge base has a documentation page about CTEs, but there is currently not much information about Recursive CTEs:
https://mariadb.com/kb/en/mariadb/with/
I've been told that recursive CTE syntax requires "WITH RECURSIVE", rather than just "WITH". If nothing else, that syntax should be documented. It should probably also show an example of a recursive CTE.