SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Executor Messages (8000 through 8999)
HP NonStop SQL/MX Messages Manual—523730-004
10-14
Recovery. Correct the syntax and resubmit.
SQL 8422
Cause. You provided an INTERVAL that is not valid and that could not be converted.
Effect. The operation fails.
Recovery. Check your input and resubmit.
SQL 8423
Cause. You specified a field number that is not valid.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 8424
Where name is the name of the function.
Cause. You attempted to perform function name, which is not supported.
Effect. The operation fails.
Recovery. None.
SQL 8425
Cause. You attempted to assign a null value to a column that is defined as NOT
NULL.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit, without a null value.
8422 The provided INTERVAL is not valid and cannot be
converted.
8423 The provided field number is not valid.
8424 Function name is not yet supported.
8425 NULL cannot be assigned to a DEFAULT NULL NOT NULL
column.