You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We aim to add support for these expressions to enable null-safe (in)equality comparisons as specified in the SQL:2023 standard:
<distinct predicate> ::=
<row value predicand 3> <distinct predicate part 2>
<distinct predicate part 2> ::=
IS [ NOT ] DISTINCT FROM <row value predicand 4>