Neoview Messages Manual (R2.3)

SQL 4055
4055 The select lists or tuples must have comparable data types. type1
and type2 are not comparable.
Cause You specified select lists or tuples with incompatible data types.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4056
4056 Exposed name name appears more than once.
Cause You specified a statement with an exposed table name that appears more than once.
For example:
SELECT * FROM tblx, tblx;
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4057
4057 Correlation name name1 conflicts with qualified identifier of table
name2.
Cause You specified correlation name1, which conflicts with a qualified identifier of table
name2. For example:
SELECT * FROM tblx, tblz, tblx;
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4059
4059 The first operand of function name must be numeric.
Cause You specified the first operand of function name with a type other than numeric,
which is required.
Effect The operation fails.
Recovery Correct the syntax and resubmit.
SQL 4060
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.
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
4061 Rows cannot be inserted into, or updated in, an individual table
partition.
Cause You attempted to insert or update rows in an individual table partition, which is not
supported.
132 Binder and Compilation Messages (4000 Through 4999)