| |
- Causa
- THE CHECK CONSTRAINT constraint-name IS INVALID.
A check constraint in the CREATE TABLE or ALTER TABLE statement is invalid for one or more of the following reasons:
- constraint-name
- The name of the check constraint.
- Ação do sistema
- The statement is not executed.
For ALTER TABLE, the check constraint is not added to the object table.
The definition of the table is unchanged.
For CREATE TABLE, the table is not created.
- Resposta ao Desenvolvedor
- Correct the check constraint definition and execute the statement again.
SQLSTATE: 42621
© Copyright IBM Corp.
|
| |