Snowflake Vs MS-SQL - Part 83 - Compare NULL - IS NOT DISTINCT FROM
Compare NULL - IS NOT DISTINCT FROM
Sometimes you have to compare with NULL in the WHERE clause.
MS-SQL Server
In Snowflake, we can use a similar approach; however, we can use IS NOT DISTINCT FROM as below:
For more details, refer to the IS_NOT_DISTINCT_FROM section.

Comments
Post a Comment