Coalesce
Returns the first non-null value among its arguments, or null if all its arguments are null
Inputs
Coalesce(value, [valueβ¦])
value...
- Values to check on NULLs
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