Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.11.0
-
None
-
None
Description
Have to express case expression to work around lack of NULLIF
select nullif(cint, 1) from tint
select cint, case when cint = 1 then null else cint end from tint
Attachments
Attachments
Issue Links
- duplicates
-
HIVE-13555 Add nullif udf
- Resolved
- links to