| |
- Causa
- O valor nulo não pode ser setado pois a chave estrangeira não pode conter valor nulo.
The code SET NULL option of the indicated FOREIGN KEY clause is invalid because no column of the key allows null values.
The name is the constraint-name specified in the FOREIGN KEY clause or, if a constraint-name was not specified, the first column-name specified
in the clause.
- Ação do sistema
- The statement cannot be processed.
- Resposta ao Desenvolvedor
- Change a column of the key to allow null values or change the delete rule.
SQLSTATE: 42834
© Copyright IBM Corp.
|
| |