![HP Neoview Messages Manual Download Page 140](http://html.mh-extra.com/html/hp/neoview-messages/neoview-messages_manual_165138140.webp)
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.
140
Binder and Compilation Messages (4000 Through 4999)
Summary of Contents for Neoview Messages
Page 12: ...12 ...
Page 66: ...66 ...
Page 129: ...Recovery Supply the input values for the IDENTITY column 129 ...
Page 130: ...130 ...
Page 172: ...172 ...
Page 178: ...178 ...
Page 184: ...184 ...
Page 238: ...238 ...
Page 266: ...266 ...
Page 268: ...268 ...
Page 350: ...350 ...
Page 378: ...378 ...
Page 384: ...384 ...
Page 400: ......