Snowflake Functions
Conditional Expression Functions
returns result of logical (Boolean) AND of x and y Supported Signatures
returns result of logical (Boolean) NOT of x Supported Signatures
returns result of logical (Boolean) OR of x and y Supported Signatures
returns result of logical (Boolean) XOR of x and y Supported Signatures
returns the first non-null expression among its arguments Supported Signatures
compare an expression to search values and returns the matching one Supported Signatures
Checks if two values are equal, with NULL=NULL semantic Supported Signatures
returns the largest value from a list of expressions Supported Signatures
returns the largest value from a list of expressions Supported Signatures
Returns arg2 if arg1 is true, arg3 otherwise. Supported Signatures
Returns second expression if the first expression is NULL, the first expression otherwise. Supported Signatures
Returns true if VARIANT value is null Supported Signatures
returns the smallest value from a list of expressions Supported Signatures
returns the smallest value from a list of expressions Supported Signatures
Supported Signatures
Returns the 1st input, with values equal to 0 replaced with NULL Supported Signatures
Returns second expression if the first expression is NULL, the first expression otherwise. Supported Signatures
Returns second expression if the first expression is NOT NULL. Returns the third expression otherwise. Supported Signatures
Returns the value of the dependent variable (2nd param) if both values are not-null. Supported Signatures
Returns the value of the independent variable (1st param) if both values are not-null. Supported Signatures
Converts to zero if the input is NULL Supported Signatures
โI