| |
- Causa
- A coluna não pode ser adicionada a tabela porque a tabela possui um EDIT PROCEDURE.
The ALTER TABLE statement attempted to add a column to a table that has an edit procedure.
If a table has an edit procedure, no columns can be added to it.
- Ação do sistema
- The statement cannot be executed.
The specified table was not altered.
- Resposta ao Desenvolvedor
- Verify that the correct table was specified in the ALTER statement.
Do not attempt to ALTER the definition of a table that has an installation-written edit procedure associated with it.
SQLSTATE: 56018
© Copyright IBM Corp.
|
| |