Last updated 8 months ago
Returns the first non-null value among its arguments, or null if all its arguments are null
Coalesce(value, [value…])
value... - Values to check on NULLs
value...