Module 2-MySQL Comparison Functions

Name
Text
Status

return the first non-NULL arguments, which is very handy for substitution ofNULL.

Not started

take n arguments and return the greatest and least values of the narguments respectively.

Not started

return 1 if the argument is NULL, otherwise, return zero.

Not started