Returns the first non-null or nonmissing value from a list of numeric arguments.
Category: | Mathematical |
Returned data type: | DOUBLE |
specifies any valid expression that evaluates to a numeric value.
Data type | DOUBLE |
See | <sql-expression> |
FedSQL Expressions. |
Statements
|
Results
|
---|---|
select COALESCE(., .A, 33, 22, 44, .); |
33 |