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

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.2 Messages Manual691121-001
5-56
SQL 3414
Where column-name is the IDENTITY column name.
Cause. Both user-specified and DEFAULT values were provided in a tuple list for the
IDENTITY column.
Effect. The operation fails.
Recovery. Specify values for all the tuples in the list or DEFAULT for all the tuples in
the list, and resubmit the statement.
SQL 3415
Where name is the name of the function.
Cause. The first operand you supplied for function name is not an allowed value.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3416
Where name is the function name.
Cause. A NULL value is specified as last operand for function name .
Effect. The operation fails.
Recovery. Specify a non null value for the last operand and resubmit.
SQL 3425
Cause. The multi commit option is used in an embedded DELETE statement.
Effect. The operation fails.
Recovery. Do not use multi commit option with an embedded DELETE statement.
3414 For an IDENTITY column column-name, the tuple list
cannot have mixed user specified and default values. Specify
values for all or specify DEFAULT for all.
3415 The first operand of function name is not valid.
3416 The last operand of function name must not be NULL.
3425 Embedded DELETE expression is not supported with multi
commit statements.