ISNULL :¶
Return the specified value IF the expression is NULL, otherwise return the expression
1 2 3 | |
COALESCE :¶
Return the first non-null value in a list:
1 2 3 | |
Return the specified value IF the expression is NULL, otherwise return the expression
1 2 3 | |
Return the first non-null value in a list:
1 2 3 | |