SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

Binder and Compilation Messages (4000 through
4999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
6-14
SQL 4049
Cause. You specified a CASE expression with a result data type of two data types. It
must be one of data type.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
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.
4049 A CASE expression cannot have a result data type of both
type1 and type2.
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.