Seaquel
MySQL error code

MySQL error 3577

MySQL server error 3577 is ER_CTE_RECURSIVE_REQUIRES_SINGLE_REFERENCE, reported with SQLSTATE HY000.

In recursive query block of Recursive Common Table Expression '%s', the recursive table must be referenced only once, and not in any subquery
Error3577
NameER_CTE_RECURSIVE_REQUIRES_SINGLE_REFERENCE
SQLSTATEHY000
GroupServer errors

Source: MySQL 8.4 Error Reference