| |
- Causa
- NOT NULL MUST BE SPECIFIED FOR ROWID OR DISTINCT TYPE COLUMN column-name.
ROWID columns and distinct type columns for which the source type is a ROWID do not support null values.
When a ROWID column (or distinct type for which the source type is a ROWID) is defined on a CREATE TABLE, ALTER TABLE, or DECLARE TABLE statement,
the NOT NULL clause must be specified for the column.
- Ação do sistema
- The statement cannot be executed.
- Resposta ao Desenvolvedor
- Change the statement to specify NOT NULL for ROWID column column-name.
SQLSTATE: 42831
© Copyright IBM Corp.
|
| |