Neoview Messages Manual (Volume 1) (R2.5)

SQL 4016
4016 The number of derived columns (value1) must equal the degree of
the derived table (value2).
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.
SQL 4017
4017 Derived column name name was specified more than once.
Cause You specified column name more than once.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4018
4018 Rows cannot be deleted from an entry-sequenced table.
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
4019 The select list of a subquery in a select list must be scalar
(degree of one).
Cause You specified a select list that is not scalar.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4020
4020 Arithmetic operations on row value constructors are not allowed.
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.
SQL 4021
4021 The select list contains a nongrouping non-aggregated column, name.
Cause You specified a select list that contains a nongrouping, nonaggregated column name,
which is not supported.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4022
4022 Target column name was specified more than once.
Cause You specified column name more than once.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
134 Binder and Compilation Messages (4000 Through 4999)