coalesce - script and chart function
The coalesce function returns the first of the parameters that has a valid
Syntax:
coalesce(expr1[ , expr2 , expr3 , ...])
Arguments:
Argument | Description |
---|---|
|
The first expression to check for a valid non-NULL representation. |
|
The second expression to check for a valid non-NULL representation. |
|
The third expression to check for a valid non-NULL representation. |