6922 Illegal or unsupported use of subquery/derived table inside a recursive query/view.
Explanation:
A subquery or derived table is being used inside the recursive statement of a recursive query/view, which is not allowed.
Generated By:
SYN/RES modules
For Whom:
End User
Remedy:
Examine the SQL statement and verify that the request is correct. Change the statement to adhere to the recursive query rules and resubmit the request.