-
+
Functions and Operators
Programmer's Guide. The
\do can be used to show the list of all actually
- available function and operators, respectively.
+ available functions and operators, respectively.
FALSE
NULL
+
+ |
+ NULL
+ NULL
+ NULL
+ NULL
+
expression = NULL
because NULL is not equal to
NULL. (NULL represents
an unknown value, so it is not known whether two unknown values are
- equal.)
Postgres implicitly converts
- = NULL clauses to IS NULL to
+ equal.)
Postgres presently converts
+ x = NULL clauses to x IS NULL to
allow some broken client applications (such as
Microsoft Access) to work, but this may
be discontinued in a future release.
|
!!
- Factorial (left operator)
+ Factorial (prefix operator)
!! 5
120