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


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

   
 
  • Causa
    • A PREDICATE IS INVALID BECAUSE THE COMPARISON OPERATOR operator IS FOLLOWED BY A PARENTHESIZED LIST OR BY ANY OR ALL WITHOUT A SUBQUERY

      A simple comparison like '>' must not be followed by a list of items.
      ANY and ALL comparisons must be followed by a subselect, rather than an expression or a list of items.
  • Ação do sistema
    • O comando não pode ser executado.
  • Resposta ao Desenvolvedor
    • Corrija a declaração SQL.
      Refer to Chapter 5 of DB2 SQL Reference for information about the syntax of SQL statements.

      SQLSTATE: 42601

© Copyright IBM Corp.