SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Messages Manual—523730-004
6-32
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4123
Cause. You attempted to cast NULL to a NOT NULL data type.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4124
Where name is the name of the table.
Cause. SQL/MX is preparing to lock more than one table.
Effect. None.
Recovery. Informational message only; no corrective action is needed.
SQL 4125
Cause. You specified a subquery, consisting of several expressions, whose select list
is not scalar. If the subquery is not the only expression in the constructor, it must be
scalar.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4126
Cause. You specified a VALUES clause whose row value constructors are not of equal
degree.
Effect. The operation fails.
4123 NULL cannot be cast to a NOT NULL data type.
4124 More than one table will be locked: name.
4125 The select list of a subquery in a row value constructor
must be scalar (degree of one) if the subquery is one of
several expressions rather than the only expression in the
constructor.
4126 The row value constructors in a VALUES clause must be of
equal degree.