SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
6-24
SQL 4096
Cause. You specified a DEFAULT value that was not contained in the VALUES list of
an INSERT.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4097
Cause. You attempted to use a NULL operand in function name, which is not
supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4098
Cause. You included a NULL operand in operation name, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4099
Cause. You included a NULL operand in predicate name, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
4096 A DEFAULT specification is currently allowed only when
simply contained in the VALUES list of an INSERT.
4097 A NULL operand is not allowed in function name.
4098 A NULL operand is not allowed in operation name.
4099 A NULL operand is not allowed in predicate name.