| |
- Causa
- INVALID SPECIFICATION OF A LARGE OBJECT COLUMN.
The ALTER TABLE, CREATE TABLE, or CREATE INDEX statement is invalid for one of the following reasons:
- A LOB column cannot be added to a temporary table.
- A LOB column cannot be added to a table defined with an EDITPROC.
- The PRIMARY KEY clause cannot specify a LOB column as a column of the primary key.
- The UNIQUE clause cannot specify a LOB column as a column of the unique key.
- The referential-constraint clause cannot specify a LOB column as a column of a foreign key.
- The CREATE INDEX statement cannot name a LOB column as a column of the index key.
- A LOB column cannot be specified in a references clause.
-
- Ação do sistema
- The statement cannot be executed.
- Resposta ao Desenvolvedor
- Correct the syntax and resubmit the statement.
SQLSTATE: 42962
© Copyright IBM Corp.
|
| |