-
Bug
-
Resolution: Done
-
Major
-
None
-
8.7.1
-
None
Comparison operators returns wrong result for column of type Character.
Sample queries:
SELECT CharValue FROM SmallA WHERE SmallA.CharValue < '1' SELECT CharValue FROM SmallA WHERE SmallA.CharValue = '1'
These queries return no row even though they should have returned more than 20 rows.
It looks like no fix is needed here. Is there a doc note needed somewhere to say that char is not a supported source type?