Menu principal                 [Fechar]


SQL - SQLCODE's - Códigos negativos


Volta a página anterior

Volta ao Menu Principal


Desenvolvido por Carlos Alberto Dornelles - Analista de Sistemas - Brasília DF.


SQLCode -216

THE NUMBER OF ELEMENTS ON EACH SIDE OF A PREDICATE OPERATOR DOES NOT MATCH. PREDICATE OPERATOR IS operator.

Conclusão: The number of expressions specified on the left-hand side of OPERATOR operator is unequal to either the number of values returned by the fullselect or to the number of expressions specified on the right-hand side of the operator. The number of expressions and the number of values/expressions on either side of the operator must be equal.

Ação do sistema: The statement was not executed.

Resposta ao Desenvolvedor: Change the number of expressions to match the number of values returned by the fullselect or vice versa.

SQLSTATE: 428C4


© Copyright IBM Corp.