nullif(value1, value2)

Return null if value1 == value2, otherwise return value1.

Example

value = nullif(100,100)