SQL - SQLCODE's - Códigos negativos -593


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com

SQLCode -593

   
 
  • Causa
    • NOT NULL MUST BE SPECIFIED FOR ROWID OR DISTINCT TYPE COLUMN column-name.

      ROWID columns and distinct type columns for which the source type is a ROWID do not support null values.
      When a ROWID column (or distinct type for which the source type is a ROWID) is defined on a CREATE TABLE, ALTER TABLE, or DECLARE TABLE statement, the NOT NULL clause must be specified for the column.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • Change the statement to specify NOT NULL for ROWID column column-name.

      SQLSTATE: 42831

© Copyright IBM Corp.