Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

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.