Aviso importante
Caso tenhas alguma
dúvida a respeito
da linguagem mande
um e-mail que terás
a resposta.
C. A. Dornelles
SQL - SQLCODE's - Códigos positivos - +645
Desenvolvido por DORNELLES Carlos Alberto - Analista de Sistemas - Brasília DF. - cad_cobol@hotmail.com
SQLCode +645
Causa
WHERE NOT NULL IS IGNORED BECAUSE THE INDEX KEY CANNOT CONTAIN NULL VALUES
The WHERE NOT NULL clause is ignored on the CREATE INDEX statement because the index key is defined on columns that cannot contain null values.
Ação do sistema
A opção é ignorada, o processamento continua.
Resposta ao Desenvolvedor
Remove the WHERE NOT NULL clause to get rid of the warning.
SQLSTATE: 01528