Seaquel
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
Error3576
NameER_CTE_RECURSIVE_FORBIDDEN_JOIN_ORDER
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference