SQL/MX 3.1 Messages Manual (H06.23+, J06.12+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Release 3.1 Messages Manual663849-001
5-56
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 3427
Where option is the duplicate internal sequence generator option.
Where col-name is the IDENTITY column name.
Cause. Duplicate sequence generator option is specified.
Effect. The operation fails.
Recovery. Remove the duplicate option and resubmit the statement.
SQL 3428
Where col-name is the IDENTITY column name.
Cause. For an INSERT operation, input value is specified for the GENERATED
ALWAYS AS IDENTITY type IDENTITY column.
Effect. The operation fails.
3415 The first operand of function name is not valid.
3416 The last operand of function name must not be NULL.
3427 Duplicate option options were specified for the col-
name.
3428 IDENTITY column col-name defined as GENERATED ALWAYS
cannot accept values specified by the user.