COALESCE accepts one
or more numeric arguments. The COALESCE function checks the value
of each argument in the order in which they are listed and returns
the first non-missing value. If only one value is listed, then the
COALESCE function returns the value of that argument. If all the values
of all arguments are missing, then the COALESCE function returns a
missing value.