MySQL error code
MySQL error 3575
MySQL server error 3575 is ER_CTE_RECURSIVE_FORBIDS_AGGREGATION, reported with SQLSTATE HY000.
Recursive Common Table Expression '%s' can contain neither aggregation nor window functions in recursive query block
| Error | 3575 |
|---|---|
| Name | ER_CTE_RECURSIVE_FORBIDS_AGGREGATION |
| SQLSTATE | HY000 |
| Group | Server errors |
Source: MySQL 8.4 Error Reference