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-6
SQL 4017
Cause. You specified column name more than once.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4018
Cause. You attempted to delete rows from an entry-sequenced table, which is not
supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4019
Cause. You specified a select list that is not scalar.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4020
Cause. You attempted to perform an arithmetic operation on row value constructors,
which is not supported.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
4017 Derived column name name was specified more than once.
4018 Rows cannot be deleted from an entry-sequenced table.
4019 The select list of a subquery in a select list must be
scalar (degree of one).
4020 Arithmetic operations on row value constructors are not
allowed.