Coalesce Function
AMPS includes a function that accepts any number of arguments and returns the first argument that is not NULL.
Function | Parameters | Description |
---|---|---|
| value (any number of values may be provided) | Returns the first value that is not If all values are |
Last updated