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

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual523730-004
6-5
SQL 4013
Cause. You attempted to update or insert into a system column name, which is not
supported.
Effect. The operation fails.
Recovery. Correct the syntax to refer to a nonsystem column.
SQL 4014
Cause. You created an INTERSECT with operands of unequal degree. They must be
equal.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4015
Cause. You used aggregate function name on an ungrouped table. For example, you
used an aggregate function in a predicate (WHERE or HAVING), but the aggregated
columns come from the local scope instead of an outer scope.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4016
Cause. You specified a statement in which the number of derived columns (value1)
does not equal the degree of the derived table (value2). They must be equal.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
4013 Column name is a system column and cannot be updated or
inserted into.
4014 The operands of an INTERSECT must be of equal degree.
4015 Aggregate functions are placed incorrectly: name.
4016 The number of derived columns (value1) must equal the
degree of the derived table (value2).