We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc9306f commit ebbcba7Copy full SHA for ebbcba7
doc/src/sgml/func.sgml
@@ -364,8 +364,8 @@
364
</indexterm>
365
Ordinary comparison operators yield null (signifying <quote>unknown</>),
366
not true or false, when either input is null. For example,
367
- <literal>7 = NULL</> yields null. When this behavior is not suitable,
368
- use the
+ <literal>7 = NULL</> yields null, as does <literal>7 <> NULL</>. When
+ this behavior is not suitable, use the
369
<literal>IS <optional> NOT </> DISTINCT FROM</literal> constructs:
370
<synopsis>
371
<replaceable>expression</replaceable> IS DISTINCT FROM <replaceable>expression</replaceable>
0 commit comments