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-14
SQL 4050
Cause. You specified predicate name, whose operands are required to be character,
with invalid operands.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4051
Cause. You specified the first operand of function name with a type other than
character, which is required.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 4052
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 4053
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.
4050 The operands of the name predicate must be comparable
character data types (that is, of the same character set and
collation).
4051 The first operand of function name must be character.
4052 The second operand of function name must be numeric.
4053 The third operand of function name must be numeric.