Syntax
Parameters
| Parameter | Description | Supported input types |
|---|---|---|
<expression> | The expression(s) to coalesce. | Any |
Return Types
Same as input typeExample
The following example returns the first non-NULL value provided, which is the usernameesimpson:
| nicknames text |
|---|
| esimpson |
Rows: 1Execution time: 6.68ms