ifnull
function ifnull(col1, col2): Column;Defined in: functions/conditional.ts:93
Returns col2 if col1 is null, or col1 otherwise.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |
function ifnull(col1, col2): Column;Defined in: functions/conditional.ts:93
Returns col2 if col1 is null, or col1 otherwise.
| Parameter | Type |
|---|---|
col1 | ColOrName |
col2 | ColOrName |