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


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

   
 
  • Causa
    • A VALUE WITH DATA TYPE source-data-type CANNOT BE CAST TO TYPE target-data-type.

      The statement contains a CAST with the first operand having a data type of source-data-type to be cast to the data type target-data-type.
      This is not supported.

      Change the data type of either the source or target so that the cast is supported.
      For predefined (built-in) data types or a cast involving a user-defined distinct type, see the SQL Reference.
  • Ação do sistema
    • The statement could not be processed.
  • Resposta ao Desenvolvedor
    • Correct the CAST specification to specify a supported combination of source and target types.

      SQLSTATE: 42846

© Copyright IBM Corp.