| ERROR | 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. |
| ERROR | 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. |