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


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 -663

   
 
  • Causa
    • O nr. de chave limite de valores é zero ou maior que o nr de colunas da chave índice index-name.

      The number of limit key value specifications provided in at least one of the PART specifications of the CREATE INDEX or ALTER INDEX statement is either zero or greater than the number of columns in the index key.
  • Ação do sistema
    • The statement cannot be executed.
      The specified index was not created.
  • Resposta ao Desenvolvedor
    • Correct the statement so that each PART specification contains exactly the same number of limit key value specifications as there are columns in the index key.

      SQLSTATE: 53038

© Copyright IBM Corp.