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-16
SQL 4060
Cause. You attempted to read from and insert, update, or delete within the same table
name1, which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4061
Cause. You attempted to insert or update rows in an individual table partition, which is
not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4062
Cause. SQL/MX detected an error in function name. Errors that appear before this one
refer to the low level computations that this function uses.
Effect. The operation fails.
Recovery. Correct the function and resubmit.
SQL 4063
Cause. You specified operands for function name with noncomparable character data
types.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
4060 Reading from and inserting, or updating in, or deleting
from the same table, name1, is not currently supported. name1
is contained by view(s) name2.
4061 Rows cannot be inserted into, or updated in, an
individual table partition.
4062 The preceding error actually occurred in function name.
4063 The operands of function name must be comparable
character data types (that is, of the same character set and
collation).