Neoview Messages Manual (R2.2)
Recovery Correct the syntax and resubmit.
SQL 4049
4049 A CASE expression cannot have a result data type of both type1 and
type2.
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
4050 The operands of the name predicate must be comparable character
data types (that is, of the same character set and collation).
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
4051 The first operand of function name must be character.
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
4052 The second 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 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.
133