+347 THE RECURSIVE COMMON TABLE EXPRESSION name MAY CONTAIN AN INFINITE LOOP
Explanation
The recursive common table expression called name may not complete.
This warning is based on not finding specific syntax as part of the iterative
portion of the recursive common table expression. The expected syntax includes:
- incrementing an INTEGER column in the iterative select list by 1.
- a predicate in the where clause of the iterative portion of the form "counter_col < constant" or "counter_col < :hostvar".
System action
The statement cannot be executed.
Programmer response
To prevent an infinite loop, include the expected syntax as described.
SQLSTATE
01605