Menu principal                 [Fechar]


SQL - SQLCODE's - Códigos negativos


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por Carlos Alberto Dornelles - Analista de Sistemas - Brasília DF.


SQLCode -220

THE COLUMN column-name IN EXPLANATION TABLE table-name IS NOT DEFINED PROPERLY

Conclusão: An error occurred during the insertion of a row into the explanation table. The table is improperly defined for the following reasons:

  • A column is missing.
  • Columns are defined in the wrong order.
  • The table contains an extra column.
  • A column description is invalid because of its name, data type, length, or null attributes.

Ação do sistema: The statement cannot be executed. The explanation information is not generated.

Resposta ao Desenvolvedor: Correct the definition of the required explanation table. Refer to Chapter 5 of DB2 SQL Reference for information on defining an explanation table.

SQLSTATE: 55002


© Copyright IBM Corp.