IS [NOT] DISTINCT FROM
Compares two expressions to determine whether they have the same or different values. NULLs are considered as comparable values.
Syntax
IS [NOT] DISTINCT FROM(expression any) → boolean
expression: Can be a general expression of any Spice-supported data type.
Examples
IS [NOT] DISTINCT FROM example
IS [NOT] DISTINCT FROM example
Last updated