coalesce()FunctionReturns the first argument which is not strictly null, or `null` if there
are no such arguments. Identical to the MySQL function of the same name.coalesce()FunctionReturns the first argument which is not strictly null, or `null` if there
are no such arguments. Identical to the MySQL function of the same name.