NULLIF
Conditional Function
Last updated
Conditional Function
Last updated
The NULLIF expression compares two arguments and returns null if the arguments are equal. If they are not equal, the first argument is returned. In Redshift, NULLIF ignores trailing blanks when comparing string values in certain scenarios. As a result, the behavior may differ between Redshift and Snowflake. For this reason, in the transformation RTRIM will add for get the equivalence between Redshift and Snowflake ()
This function is fully supported by .
Output Code:
There are no known issues.
There are no known EWIs.