Description
nullif(exp1, exp2) is shorthand for: case when exp1 = exp2 then null else exp1
Attachments
Attachments
Issue Links
- is duplicated by
-
HIVE-5469 support nullif
- Resolved
- links to
nullif(exp1, exp2) is shorthand for: case when exp1 = exp2 then null else exp1
HIVE-5469 support nullif