is distinct
operator
Applies to: Databricks SQL Databricks Runtime
Tests whether the arguments have different values where NULLs are considered as comparable values.
Arguments
expr1
: An expression of a comparable type.expr2
: An expression of a type sharing a least common type withexpr1
.