LEAST handle NULL arguments differently than we do. Per a discussion
on 30-Jun that somehow didn't get done.
-
+
Functions and Operators
Note that GREATEST> and LEAST> are not in
- the SQL standard, but are a common extension.
+ the SQL standard, but are a common extension. Some other databases
+ make them return NULL if any argument is NULL, rather than only when
+ all are NULL.