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 Manual—691121-001
5-31
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 NonStop SQL/MX.
Effect. The operation fails.
Recovery. None.
SQL 3132
Where name is the name of the column.
Cause. You specified a heading for column name that exceeds the maximum size of
128 characters.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
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.
3132 The HEADING for column name exceeds the maximum size of
128 characters.










