nvl
const nvl: (col1, col2) => Column = ifnull;Defined in: functions/conditional.ts:100
Alias for ifnull.
Returns col2 if col1 is null, or col1 otherwise.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
col1 |
ColOrName |
col2 |
ColOrName |
const nvl: (col1, col2) => Column = ifnull;Defined in: functions/conditional.ts:100
Alias for ifnull.
Returns col2 if col1 is null, or col1 otherwise.
| Parameter | Type |
|---|---|
col1 |
ColOrName |
col2 |
ColOrName |