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