MySQL error code
MySQL error 3636
MySQL server error 3636 is ER_CTE_MAX_RECURSION_DEPTH, reported with SQLSTATE HY000.
Recursive query aborted after %u iterations. Try increasing @@cte_max_recursion_depth to a larger value.
| Error | 3636 |
|---|---|
| Name | ER_CTE_MAX_RECURSION_DEPTH |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference