HP NonStop SQL/MX Messages Manual page 201

Table of Contents

Advertisement

Binder and Compilation Messages (4000 through
4999)
SQL 4053
4053 The third operand of function name must be numeric.
Cause. You specified the third operand of a function name with a type other than
numeric, which is required.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
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.
HP NonStop SQL/MX Messages Manual—640324-001
6- 15

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nonstop sql/mx 3.0

Table of Contents