| |
- Causa
- A CHECK CONSTRAINT THAT IS DEFINED WITH column-name IS INVALID.
A check constraint in the CREATE TABLE or ALTER TABLE statement is not valid for one or more of the following reasons:
- 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.
|
| |