MySQL error code
MySQL error 3576
MySQL server error 3576 is ER_CTE_RECURSIVE_FORBIDDEN_JOIN_ORDER, reported with SQLSTATE HY000.
In recursive query block of Recursive Common Table Expression '%s', the recursive table must neither be in the right argument of a LEFT JOIN, nor be forced to be non-first with join order hints
| Error | 3576 |
|---|---|
| Name | ER_CTE_RECURSIVE_FORBIDDEN_JOIN_ORDER |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference