Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
10.2.2.0
-
None
Description
ij> CREATE TABLE Test (n BIGINT);
0 rows inserted/updated/deleted
ij> SELECT CASE WHEN n > -1 THEN n END FROM Test;
ERROR 42X89: Types 'BIGINT' and 'CHAR' are not type compatible. Neither type is assignable to the other type.
ij>
fixed in 10.3.2.1, so this is just posted FYI
Attachments
Issue Links
- duplicates
-
DERBY-1620 SQL CASE statement returns ERROR 42X89 when including NULL as a return value
- Closed