Thanks to visit codestin.com Credit goes to github.com
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 7886cc7 commit 832c095Copy full SHA for 832c095
doc/src/sgml/func.sgml
@@ -82,8 +82,9 @@
82
<member><literal>NOT</></member>
83
</simplelist>
84
85
- <acronym>SQL</acronym> uses a three-valued Boolean logic where the null value represents
86
- <quote>unknown</quote>. Observe the following truth tables:
+ <acronym>SQL</acronym> uses a three-valued logic system with true,
+ false, and <literal>null</>, which represents <quote>unknown</quote>.
87
+ Observe the following truth tables:
88
89
<informaltable>
90
<tgroup cols="4">
0 commit comments