SQL/MX 2.x Messages Manual (G06.24+, H06.03+)

Parser and Compilation Messages (3000 through
3999)
HP NonStop SQL/MX Messages Manual523730-004
5-30
SQL 3128
Where object name is the identifier.
Cause. You used an identifier that is a reserved word. You must put it between double
quotes (") to use it as an identifier.
Effect. The operation fails.
Recovery. Enclose the identifier in double quotes or select another name that is not a
reserved word.
SQL 3129
Where name is the name of the function.
Cause. You specified two operands for an aggregate function that accepts exactly one
operand. Only VARIANCE and STDDEV support two operands.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3130
Cause. You attempted to define a LARGEINT data item with the UNSIGNED option,
which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 3131
Cause. You specified a statement that is not supported by SQL/MX.
Effect. The operation fails.
Recovery. None.
3128 object name is a reserved word. It must be delimited by
double-quotes to be used as an identifier.
3129 Function name accepts exactly one operand.
3130 The UNSIGNED option is not supported for LARGEINT type.
3131 The statement just entered is currently not supported.