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


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

   
 
  • Causa
    • THE PRIMARY KEY CLAUSE, A FOREIGN KEY CLAUSE, OR A UNIQUE CLAUSE IDENTIFIES COLUMN column-name MORE THAN ONCE.

      PRIMARY KEY, FOREIGN KEY, or UNIQUE can each be followed by a list of column names.
      The statement violates the rule that no column name can appear more than once in any such list.
  • Ação do sistema
    • The statement cannot be executed.
  • Resposta ao Desenvolvedor
    • Correct the statement to specify unique names for each column.

      SQLSTATE: 42709

© Copyright IBM Corp.