Database Error Messages

PCC-02372

FOR clause not allowed in SELECT statement

Cause

A SQL statement containing a SELECT command cannot contain a FOR clause. The meaning of such a statement would be unclear.


Action

Rephrase the SELECT statement, removing the FOR clause.