-343   THE COLUMN NAMES ARE REQUIRED FOR THE RECURSIVE COMMON TABLE EXPRESSION name

Explanation

The recursive common table expression name name must include the specification of the column names following the identifier of the common table expression.

System action

The statement cannot be processed.

Programmer response

Add column names following the identifier of the common table expressions.

SQLSTATE

42908